From 3f5f4a5a4601dd8ca5a71e3f1b1c912ef6edd16b Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 22 Jul 2024 03:20:18 -0700 Subject: [PATCH] Bump version number --- lib/Consts2.dart | 2 +- pubspec.yaml | 2 +- wininst.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Consts2.dart b/lib/Consts2.dart index 34681b4..def66f1 100644 --- a/lib/Consts2.dart +++ b/lib/Consts2.dart @@ -1 +1 @@ -const VERSION = "1.0722.24+0132"; +const VERSION = "1.0722.24+0319"; diff --git a/pubspec.yaml b/pubspec.yaml index de112a8..62be269 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+0132 +version: 1.0722.24+0319 environment: diff --git a/wininst.iss b/wininst.iss index 1d29a17..b241973 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.0132" +#define MyAppVersion "1.0722.24.0319" #define MyAppPublisher "Piccari Creations" #define MyAppURL "https://zontreck.com" #define MyAppExeName "nbteditor.exe"