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.