Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 9ff137f

Browse files
Bump version and upddate changelog
1 parent 8cfa473 commit 9ff137f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ var _0xabf1 = [
2828
}());
2929
```
3030

31-
32-
3331
Special thanks for [@sanex3339](https://github.com/sanex3339) for his outstanding [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator) library.
3432

3533
## Getting Started
@@ -134,6 +132,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
134132

135133
## Release History
136134

135+
* 2016-11-11 / v1.1.0 / Obfuscate and overwrite files without destination.
137136
* 2016-11-11 / v1.0.4 / Updated README.
138137
* 2016-11-09 / v1.0.3 / Updated README.
139138
* 2016-11-09 / v1.0.2 / Fixed examples.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-javascript-obfuscator",
33
"description": "Obfuscates JavaScript files using amazing javascript-obfuscator.",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"main": "tasks/javascript_obfuscator.js",
66
"files": ["tasks"],
77
"homepage": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator",

0 commit comments

Comments
 (0)