Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/space-dragon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo.json')
-rw-r--r--appinfo.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/appinfo.json b/appinfo.json
index d71d0d2..66ad3a0 100644
--- a/appinfo.json
+++ b/appinfo.json
@@ -3,7 +3,7 @@
"shortName": "Space Dragon",
"longName": "Space Dragon",
"companyName": "Cluster",
- "versionCode": 6,
+ "versionCode": 7,
"versionLabel": "1.5",
"watchapp": {
"watchface": false
@@ -11,19 +11,19 @@
"appKeys": {
"dummy": 0
},
- "resources": {
- "media": [
- {
- "file": "images/ship.png",
- "name": "IMAGE_SHIP",
- "type": "png"
- },
- {
- "file": "images/icon.png",
- "menuIcon": true,
- "name": "IMAGE_ICON",
- "type": "png"
- }
+ "resources": {
+ "media": [
+ {
+ "file": "images/ship.png",
+ "name": "IMAGE_SHIP",
+ "type": "png"
+ },
+ {
+ "file": "images/icon.png",
+ "menuIcon": true,
+ "name": "IMAGE_ICON",
+ "type": "png"
+ }
]
}
}