Skip to content

Commit bbe0f10

Browse files
committed
Merge pull request #154 from huerlisi/patch-1
fix(gen): Set version to 0.1.0 in bower.json template.
2 parents c31ca04 + 34d0d79 commit bbe0f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/_bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "<%= appName %>",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"dependencies": {
55
"ionic": "v1.0.0-rc.3",
66
"ngCordova": "v0.1.14-alpha"

0 commit comments

Comments
 (0)