bump version number

This commit is contained in:
2023-06-24 04:26:13 -05:00
parent 7e6c636fb6
commit 15ce13541b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
{"package": "cavemanon.wani", "name": "I Wani Hug That Gator DEMO", "icon_name": "I Wani Hug That Gator DEMO", "version": "1.0.0", "numeric_version": 1, "orientation": "sensorLandscape", "permissions": ["VIBRATE", "INTERNET"], "include_pil": false, "include_sqlite": false, "layout": null, "source": false, "expansion": false, "store": "none", "update_icons": true, "update_always": true, "heap_size": "3"}
{"package": "cavemanon.wani", "name": "I Wani Hug That Gator DEMO", "icon_name": "I Wani Hug That Gator DEMO", "version": "1.1.0", "numeric_version": 1, "orientation": "sensorLandscape", "permissions": ["VIBRATE", "INTERNET"], "include_pil": false, "include_sqlite": false, "layout": null, "source": false, "expansion": false, "store": "none", "update_icons": true, "update_always": true, "heap_size": "3"}

View File

@@ -25,7 +25,7 @@ define gui.show_name = True
## The version of the game.
define config.version = "v1.0.0"
define config.version = "v1.1.0"
## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs.