소스 검색

Release version 0.0.8.

Herbert Vojčík 11 년 전
부모
커밋
191e89715f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "amber-cli",
   "name": "amber-cli",
-  "version": "0.0.7",
+  "version": "0.0.8",
   "description": "An implementation of the Smalltalk language that runs on top of the JS runtime.",
   "description": "An implementation of the Smalltalk language that runs on top of the JS runtime.",
   "homepage": "http://amber-lang.net",
   "homepage": "http://amber-lang.net",
   "keywords": [
   "keywords": [
@@ -20,7 +20,7 @@
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "git://github.com/amber-smalltalk/amber-cli.git#0.0.7"
+    "url": "git://github.com/amber-smalltalk/amber-cli.git#0.0.8"
   },
   },
   "engines": {
   "engines": {
     "node": ">=0.8.0"
     "node": ">=0.8.0"