Skip to content

Commit

Permalink
Bump version and fix Twitter preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemkei committed Sep 2, 2020
1 parent 1f3cf30 commit 2faaa59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ <h3>Links</h3>

<ul>
<li>
Share on
<a href="https://twitter.com/intent/tweet?text=This%20project%20is%20crazy:%20http://jsfuck.com%20%E2%80%93%20Write%20any%20JavaScript%20with%206%20characters%20[]()!+%20//%20via%20@aemkei" target="_blank">Twitter</a>,
<a href="https://plus.google.com/share?url=http://www.jsfuck.com" target="_blank">Google+</a>
Share on
<a href="https://twitter.com/intent/tweet?text=This%20project%20is%20crazy:%20http://jsfuck.com%20%E2%80%93%20Write%20any%20JavaScript%20with%206%20characters%20[]()!%2B%20//%20via%20@aemkei" target="_blank">Twitter</a>
</li>
<li>View source on <a href="http://github.com/aemkei/jsfuck">GitHub</a></li>
<li>Follow <a href="http://twitter.com/aemkei">@aemkei</a> (Martin Kleppe)</li>
Expand Down
2 changes: 1 addition & 1 deletion jsfuck.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JSFuck 0.4.0 - http://jsfuck.com */
/*! JSFuck 0.5.0 - http://jsfuck.com */

(function(self){
const MIN = 32, MAX = 126;
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.4.0",
"version": "0.5.0",
"description": "Write any JavaScript with just 6 characters: []()!+",
"main": "jsfuck.js",
"bin": "fuck.js",
Expand Down

0 comments on commit 2faaa59

Please sign in to comment.