Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Oct 17, 2014
1 parent caa56fb commit 606febb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.build*
*.komodoproject
.meteor/local/bower
.idea
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Ionic framework packaged for Meteor.",
version: "0.0.2",
version: "0.0.3",
git: "https://github.com/Urigo/meteor-ionic.git"
});

Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/urigo/meteor-ionic",
"author": "Uri Goldshtein <uri.goldshtein@gmail.com> & Marc Rovira <marcrvall@gmail.com>",
"git": "https://github.com/urigo/meteor-ionic.git",
"version": "0.0.2",
"version": "0.0.3",
"packages": {
"bower": {}
},
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
]
],
"pluginDependencies": [],
"toolVersion": "meteor-tool@1.0.33",
"toolVersion": "meteor-tool@1.0.34",
"format": "1.0"
}

0 comments on commit 606febb

Please sign in to comment.