Explorar o código

Bump version and fix Twitter preview.

Martin Kleppe %!s(int64=4) %!d(string=hai) anos
pai
achega
2faaa59b11
Modificáronse 3 ficheiros con 4 adicións e 5 borrados
  1. 2 3
      index.html
  2. 1 1
      jsfuck.js
  3. 1 1
      package.json

+ 2 - 3
index.html

@@ -105,9 +105,8 @@
   
   <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>

+ 1 - 1
jsfuck.js

@@ -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;

+ 1 - 1
package.json

@@ -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",