From 15ce13541b17a8139cf15fea4038d3a0a0608cf1 Mon Sep 17 00:00:00 2001 From: Map Date: Sat, 24 Jun 2023 04:26:13 -0500 Subject: [PATCH] bump version number --- .android.json | 2 +- game/options.rpy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.android.json b/.android.json index 96d7d2e..6a25bda 100644 --- a/.android.json +++ b/.android.json @@ -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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/game/options.rpy b/game/options.rpy index 4d89640..793f57b 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -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.