Skip to content

Commit

Permalink
adding new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguxx committed Oct 16, 2015
1 parent 762e2bb commit 871f829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sm-datepicker",
"version": "0.0.2",
"version": "0.1.0",
"homepage": "https://github.com/pinguxx/sm-datepicker",
"authors": [
"Ivan Torres <[email protected]>"
Expand Down Expand Up @@ -28,6 +28,6 @@
],
"dependencies": {
"mithril": "~0.1.30",
"sm-calendar": "~0.0.7"
"sm-calendar": "~0.1.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sm-datepicker",
"version": "0.0.2",
"version": "0.1.0",
"description": "mithril semantic-ui datepicker datetimepicker widget",
"main": "DatePicker.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"homepage": "https://github.com/pinguxx/sm-datepicker",
"dependencies": {
"mithril": "^0.2.0",
"sm-calendar": "~0.0.7"
"sm-calendar": "~0.1.0."
}
}

0 comments on commit 871f829

Please sign in to comment.