Skip to content

Commit

Permalink
Update to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuur29 committed Mar 10, 2018
1 parent 7b11bd8 commit e8b0e48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Current Features:
- Multitouch support
- ...

### Building
### Releasing

Edit app version in:
- package.json
- package-lock.json
- config.xml

`ionic cordova build android --prod --release -- -- --keystore=platforms/huedrums-key.jks --storePassword="qwerty" --alias=huedrums --password="qwerty"`
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="net.tuurlievens.huedrums" version="1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.tuurlievens.huedrums" version="1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Hue Drums</name>
<description>Play your hue lights like a drum and make your own lightshow!</description>
<author href="https://www.tuurlievens.net/">Tuur Lievens</author>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huedrums",
"version": "1.2.0",
"version": "1.3.0",
"author": "Tuur Lievens",
"homepage": "https://www.tuurlievens.net/",
"private": true,
Expand Down

0 comments on commit e8b0e48

Please sign in to comment.