Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
backface committed Aug 24, 2017
1 parent a8a3ad1 commit 4a505e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -3,7 +3,7 @@
"authors": [
"Michael Aschauer <m@ash.to>"
],
"version":"0.0.1",
"version":"0.0.2",
"description": "",
"main": "",
"license": "GNU AGPL",
Expand Down
6 changes: 5 additions & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.stitchpad" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.stitchpad" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Stichpad</name>
<description>
A sketch block for drawing simple embroidery graphics
Expand All @@ -20,6 +20,10 @@
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="www/res/icon/android/icon-ldpi.png" />
<icon density="mdpi" src="www/res/icon/android/icon-mdpi.png" />
<icon density="hdpi" src="www/res/icon/android/icon-hdpi.png" />
<icon density="xhdpi" src="www/res/icon/android/icon-xhdpi.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
Expand Down

0 comments on commit 4a505e0

Please sign in to comment.