Procházet zdrojové kódy

Merge pull request #408 from herby/bump-npm-version

Bumps npm version to 0.10.
Nicolas Petton před 11 roky
rodič
revize
2199a3e58a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
     "name": "amber",
-    "version": "0.9.1",
+    "version": "0.10.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/NicolasPetton/amber.git#0.9.1"
+        "url": "git://github.com/NicolasPetton/amber.git#0.10"
     },
     "files": [ "." ],
     "bin": {