diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 399f698..c7b5675 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -4,4 +4,5 @@ to allow setting breakpoints, to provide hot reload, etc. --> + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 89b4b81..cc8ebdf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,5 @@ + + diff --git a/lib/Consts2.dart b/lib/Consts2.dart index 0e9e2db..1bc52c2 100644 --- a/lib/Consts2.dart +++ b/lib/Consts2.dart @@ -1 +1 @@ -const VERSION = "1.0722.24+0500"; +const VERSION = "1.0722.24+1506"; diff --git a/pubspec.yaml b/pubspec.yaml index e8266a0..c4a560b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nbteditor description: A Minecraft NBT Editor written in Flutter publish_to: 'none' -version: 1.0722.24+0500 +version: 1.0722.24+1506 environment: diff --git a/wininst.iss b/wininst.iss index 55f3de6..a69b6f7 100644 --- a/wininst.iss +++ b/wininst.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "NBT Editor" -#define MyAppVersion "1.0722.24.0500" +#define MyAppVersion "1.0722.24.1506" #define MyAppPublisher "Piccari Creations" #define MyAppURL "https://zontreck.com" #define MyAppExeName "nbteditor.exe"