Forráskód Böngészése

update the package.json to 0.11.0

Nicolas Petton 11 éve
szülő
commit
77e9e23679
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
     "name": "amber",
-    "version": "0.10.0",
+    "version": "0.11.0",
     "description": "An implementation of the Smalltalk language that runs on top of the JS runtime.",
     "homepage": "http://amber-lang.net",
     "keywords": [ "javascript", "smalltalk", "language", "compiler", "web" ],
@@ -14,7 +14,7 @@
     },
     "repository": {
         "type": "git",
-        "url": "git://github.com/amber-smalltalk/amber.git#0.10.0"
+        "url": "git://github.com/amber-smalltalk/amber.git#0.11.0"
     },
     "engines": {
         "node": "0.8.x"