Skip to content

Commit 3271a5a

Browse files
committed
Fix update.sh to provide proper version to bower.json
1 parent c24afc8 commit 3271a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ get-from-gstatic "firebase.js.map"
3939

4040
echo "|----- Bumping version number of bower.json to $VERSION... -----|"
4141

42-
echo "$(node -p "JSON.stringify(Object.assign(require('./bower.json'), { version: '4.8.2' }), null, 2)")" > bower.json
42+
echo "$(node -p "JSON.stringify(Object.assign(require('./bower.json'), { version: '$VERSION' }), null, 2)")" > bower.json
4343

4444
if [[ $? -ne 0 ]]; then
4545
echo "!!!!! Error: Failed to bump version number of bower.json to $VERSION. !!!!!"

0 commit comments

Comments
 (0)