Skip to content

Commit 3332b7e

Browse files
committed
Bumped version to 0.3.0
1 parent 73b4f6b commit 3332b7e

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

bower.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "angular-ui-tour",
3-
"version": "0.2.0",
4-
"main": "dist/angular-ui-tour.js",
5-
"ignore": [
6-
".editorconfig",
7-
".gitattributes",
8-
".gitignore",
9-
".jshintrc",
10-
".npmignore",
11-
".travis.yml",
12-
".umd",
13-
"gruntfile.js",
14-
"npm-shrinkwrap.json",
15-
"package.json",
16-
"karma.conf.js",
17-
"app/",
18-
"lib/",
19-
"test/"
20-
],
21-
"dependencies": {
22-
"angular-bootstrap": ">=0.14.3",
23-
"ngSmoothScroll": "~2.0.0",
24-
"angular-sanitize": ">=1.3",
25-
"ez-ng": "~0.1.2"
26-
},
27-
"devDependencies": {
28-
"angular-mocks": ">=1.3",
29-
"angular-route": ">=1.3"
30-
},
31-
"resolutions": {
32-
"angular": "1.5.0"
33-
}
2+
"name": "angular-ui-tour",
3+
"version": "0.3.0",
4+
"main": "dist/angular-ui-tour.js",
5+
"ignore": [
6+
".editorconfig",
7+
".gitattributes",
8+
".gitignore",
9+
".jshintrc",
10+
".npmignore",
11+
".travis.yml",
12+
".umd",
13+
"gruntfile.js",
14+
"npm-shrinkwrap.json",
15+
"package.json",
16+
"karma.conf.js",
17+
"app/",
18+
"lib/",
19+
"test/"
20+
],
21+
"dependencies": {
22+
"angular-bootstrap": ">=0.14.3",
23+
"ngSmoothScroll": "~2.0.0",
24+
"angular-sanitize": ">=1.3",
25+
"ez-ng": "~0.1.2"
26+
},
27+
"devDependencies": {
28+
"angular-mocks": ">=1.3",
29+
"angular-route": ">=1.3"
30+
},
31+
"resolutions": {
32+
"angular": "1.5.0"
33+
}
3434
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-tour",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "angular-ui-tour",
55
"author": {
66
"name": "",

0 commit comments

Comments
 (0)