mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Bump version
This commit is contained in:
parent
12c0f92a6f
commit
b27e5a6edb
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
const VERSION = "1.0727.24+1730";
|
const VERSION = "1.0731.24+0608";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: nbteditor
|
name: nbteditor
|
||||||
description: A Minecraft NBT Editor written in Flutter
|
description: A Minecraft NBT Editor written in Flutter
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 1.0727.24+1730
|
version: 1.0731.24+0608
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -42,4 +42,4 @@ flutter:
|
||||||
- "Icons/PNG/Short.png"
|
- "Icons/PNG/Short.png"
|
||||||
- "Icons/PNG/String.png"
|
- "Icons/PNG/String.png"
|
||||||
- "Icons/PNG/nbteditor.png"
|
- "Icons/PNG/nbteditor.png"
|
||||||
- "Icons/PNG/nbteditor-sweet.png"
|
- "Icons/PNG/nbteditor-sweet.png"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "NBT Editor"
|
#define MyAppName "NBT Editor"
|
||||||
#define MyAppVersion "1.0727.24+1730"
|
#define MyAppVersion "1.0731.24+0608"
|
||||||
#define MyAppPublisher "Piccari Creations"
|
#define MyAppPublisher "Piccari Creations"
|
||||||
#define MyAppURL "https://zontreck.com"
|
#define MyAppURL "https://zontreck.com"
|
||||||
#define MyAppExeName "nbteditor.exe"
|
#define MyAppExeName "nbteditor.exe"
|
||||||
|
|
Loading…
Reference in a new issue