Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarch committed Mar 14, 2016
1 parent 73b4f6b commit 3332b7e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"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.3",
"ez-ng": "~0.1.2"
},
"devDependencies": {
"angular-mocks": ">=1.3",
"angular-route": ">=1.3"
},
"resolutions": {
"angular": "1.5.0"
}
"name": "angular-ui-tour",
"version": "0.3.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.3",
"ez-ng": "~0.1.2"
},
"devDependencies": {
"angular-mocks": ">=1.3",
"angular-route": ">=1.3"
},
"resolutions": {
"angular": "1.5.0"
}
}
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.2.0",
"version": "0.3.0",
"description": "angular-ui-tour",
"author": {
"name": "",
Expand Down

0 comments on commit 3332b7e

Please sign in to comment.