Skip to content

Commit

Permalink
bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
freemountain authored and freemountain committed Feb 7, 2017
1 parent fbdb77e commit 8f5c75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ So let's implement a very primitive counter as a basic example of how to use thi
"run": "quark-prebuilt ./package.json",
},
"dev-dependencies": {
"quark-prebuilt": "0.0.2"
"quark-prebuilt": "0.0.3"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions src/quark-prebuilt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "quark-prebuilt",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"bin": {
"quark-prebuilt": "./cli.js"
},
"scripts": {
"test": "eslint *.js --fix",
"postinstall": "quark-downloader -o ./lib -v v0.0.2"
"postinstall": "quark-downloader -o ./lib -v v0.0.3"
},
"repository" : {
"type" : "git",
Expand Down

0 comments on commit 8f5c75e

Please sign in to comment.