mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
Bump version - 1.0 initial release
This commit is contained in:
parent
fbd2decd26
commit
35d0c0c526
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
const VERSION = "1.0722.24+0319";
|
const VERSION = "1.0722.24+0500";
|
||||||
|
|
|
@ -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.0722.24+0319
|
version: 1.0722.24+0500
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -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.0722.24.0319"
|
#define MyAppVersion "1.0722.24.0500"
|
||||||
#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