Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Aug 30, 2016
1 parent 093b767 commit 1ad1ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/assets/scaffold/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"exposed-modules": [],
"dependencies": {
"gdotdesign/elm-ui": "0.2.11 <= v < 1.0.0",
"gdotdesign/elm-ui": "0.3.0 <= v < 1.0.0",
"elm-lang/core": "4.0.5 <= v < 5.0.0",
"elm-lang/html": "1.1.0 <= v < 2.0.0"
},
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.2.2",
"version": "0.3.0",
"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.2.2",
"version": "0.3.0",
"description": "UI Libary in Elm",
"scripts": {
"start": "bin/index.js server",
Expand Down

0 comments on commit 1ad1ff7

Please sign in to comment.