Skip to content

Commit

Permalink
Update to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuur29 committed Mar 5, 2018
1 parent f7dc14f commit c317652
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.1" 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.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">
<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.1.0",
"version": "1.2.0",
"author": "Tuur Lievens",
"homepage": "https://www.tuurlievens.net/",
"private": true,
Expand Down
Binary file added src/assets/logo192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Ionic",
"short_name": "Ionic",
"name": "Hue Drums",
"short_name": "Hue Drums",
"start_url": "index.html",
"display": "standalone",
"icons": [{
"src": "assets/imgs/logo.png",
"sizes": "512x512",
"src": "assets/logo192x192.png",
"sizes": "192x192",
"type": "image/png"
}],
"background_color": "#4e8ef7",
"theme_color": "#4e8ef7"
"background_color": "#000",
"theme_color": "#000"
}

0 comments on commit c317652

Please sign in to comment.