Skip to content

Commit

Permalink
Update bower.json in update font process
Browse files Browse the repository at this point in the history
  • Loading branch information
qorbani committed Dec 26, 2014
1 parent 8d946d2 commit 1fa28f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/update-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ echo " - Date: $TAG_DATE"
# Update README.md
sed -i.tmp "s|^\* Release: .*|\* Release: [$TAG_VER] $TAG_DESC|g" ../README.md
sed -i.tmp "s|^\* Date: .*|\* Date: $TAG_DATE|g" ../README.md
rm ../README.md.tmp
rm ../README.md.tmp

# Update bower.json
sed -i.tmp "s|\"version\": \".*\"|\"version\": \"$TAG_VER\"|g" ../bower.json
rm ../bower.json.tmp

0 comments on commit 1fa28f9

Please sign in to comment.