Skip to content

Commit

Permalink
Bump version number to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Jan 19, 2016
1 parent 59f99dc commit ba6c721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var options = function(){
}

program
.version('0.0.1')
.version('0.1.2')
.option('-e, --env [env]', 'Environment', 'development')

program
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"summary": "UI Library in ELM",
"repository": "https://github.com/gdotdesign/elm-ui.git",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-ui",
"version": "0.1.1",
"version": "0.1.2",
"description": "UI Libary in Elm",
"scripts": {
"start": "bin/index.js server",
Expand Down

0 comments on commit ba6c721

Please sign in to comment.