Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarch committed Mar 13, 2016
1 parent dc88cbb commit ea939f5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "angular-ui-tour",
"version": "0.1.0",
"main": "dist/angular-ui-tour.js",
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gruntfile.js",
"npm-shrinkwrap.json",
"package.json",
"karma.conf.js",
"app/",
"lib/",
"test/"
],
"dependencies": {
"angular-bootstrap": "~0.14.3",
"ngSmoothScroll": "~2.0.0",
"angular-sanitize": "~1.4.8",
"ez-ng": "~0.1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.8",
"angular-route": "~1.4.8"
}
"name": "angular-ui-tour",
"version": "0.2.0",
"main": "dist/angular-ui-tour.js",
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gruntfile.js",
"npm-shrinkwrap.json",
"package.json",
"karma.conf.js",
"app/",
"lib/",
"test/"
],
"dependencies": {
"angular-bootstrap": "~0.14.3",
"ngSmoothScroll": "~2.0.0",
"angular-sanitize": "~1.4.8",
"ez-ng": "~0.1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.8",
"angular-route": "~1.4.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-tour",
"version": "0.1.0",
"version": "0.2.0",
"description": "angular-ui-tour",
"author": {
"name": "",
Expand Down

0 comments on commit ea939f5

Please sign in to comment.