Skip to content

Commit 77100eb

Browse files
author
Matt Karl
committedNov 17, 2014
Fixed build.json reference
1 parent 6283a48 commit 77100eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎deploy/assets/templates/default/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
".gitignore",
1010
".gitattributes",
1111
"src",
12-
"build.json",
12+
"springroll.json",
1313
"Gruntfile.js",
1414
"package.js"
1515
]

‎deploy/assets/templates/default/springroll-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "Default",
33
"id" : "io.springroll.default",
4-
"version" : "1.1.0",
4+
"version" : "1.1.1",
55
"rename" : {
66
"gitignore" : ".gitignore",
77
"bowerrc" : ".bowerrc"

0 commit comments

Comments
 (0)
Please sign in to comment.