Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemkei committed Sep 20, 2013
1 parent 256fc8b commit f4b4a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsfuck.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JSFuck 0.1.2 - https://jsfuck.com */
/*! JSFuck 0.2.0 - https://jsfuck.com */

(function(self){

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsfuck",
"version": "0.1.2",
"version": "0.2.0",
"description": "Write any JavaScript with just 6 characters: []()!+",
"main": "jsfuck.js",
"bin": "fuck.js",
Expand Down

0 comments on commit f4b4a2f

Please sign in to comment.