From b27e5a6edb4fca4819234b87de03c781737c327f Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 31 Jul 2024 06:09:25 -0700 Subject: [PATCH] Bump version --- lib/Consts2.dart | 2 +- pubspec.yaml | 4 ++-- wininst.iss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Consts2.dart b/lib/Consts2.dart index ddbb812..0219c0e 100644 --- a/lib/Consts2.dart +++ b/lib/Consts2.dart @@ -1 +1 @@ -const VERSION = "1.0727.24+1730"; +const VERSION = "1.0731.24+0608"; diff --git a/pubspec.yaml b/pubspec.yaml index c77d973..9d0e666 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.0727.24+1730 +version: 1.0731.24+0608 environment: @@ -42,4 +42,4 @@ flutter: - "Icons/PNG/Short.png" - "Icons/PNG/String.png" - "Icons/PNG/nbteditor.png" - - "Icons/PNG/nbteditor-sweet.png" \ No newline at end of file + - "Icons/PNG/nbteditor-sweet.png" diff --git a/wininst.iss b/wininst.iss index 6fa236e..4f725b4 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.0727.24+1730" +#define MyAppVersion "1.0731.24+0608" #define MyAppPublisher "Piccari Creations" #define MyAppURL "https://zontreck.com" #define MyAppExeName "nbteditor.exe"