diff --git a/README.md b/README.md index 5549a2b..a47d9c2 100644 --- a/README.md +++ b/README.md @@ -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"` \ No newline at end of file diff --git a/config.xml b/config.xml index 751eebd..ed0c57a 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Hue Drums Play your hue lights like a drum and make your own lightshow! Tuur Lievens diff --git a/package-lock.json b/package-lock.json index 3f1a9ba..199ea80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "huedrums", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0046d2b..9e3d54e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huedrums", - "version": "1.2.0", + "version": "1.3.0", "author": "Tuur Lievens", "homepage": "https://www.tuurlievens.net/", "private": true,