Skip to content

Commit

Permalink
updatin version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianh2o committed Feb 4, 2016
1 parent d9b1a0d commit be208bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cordova/cordovaconfig.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.Reflowster.Flickerstrip" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.Reflowster.Flickerstrip" version="0.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Flickerstrip</name>
<description>
Control your Flickerstrips from your mobile device.
Expand Down
1 change: 1 addition & 0 deletions tasks/tagrelease
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ echo "Next version will be: $NEXT_REVISION"

sed -i '' 's/"version".*/"version":"'${NEXT_REVISION#"v"}'",/' src/default.json
sed -i '' 's/version="[^"]*"/version="'${NEXT_REVISION#"v"}'"/' src/cordova/cordovaconfig.xml
git add src/cordova/cordovaconfig.xml
git add src/default.json
git commit -m "Preparing for release of $NEXT_REVISION"
git tag -a $NEXT_REVISION -m "Releasing revision $NEXT_REVISION"
Expand Down

0 comments on commit be208bb

Please sign in to comment.