mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
Bump version!
This commit is contained in:
parent
567c5f6441
commit
ecdcd0bd22
3 changed files with 4 additions and 4 deletions
|
@ -4,5 +4,5 @@ flutter build linux
|
|||
dart compile exe -o out/nbt2snbt bin/nbt2snbt.dart
|
||||
dart compile exe -o out/snbt2nbt bin/snbt2nbt.dart
|
||||
|
||||
rm out/*.snbt
|
||||
rm out/*.nbt
|
||||
rm out/*.snbt || true
|
||||
rm out/*.nbt || true
|
|
@ -1 +1 @@
|
|||
const VERSION = "0.070224.2317";
|
||||
const VERSION = "0.070224.2328";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: nbteditor
|
||||
description: A Minecraft NBT Editor written in Flutter
|
||||
publish_to: 'none'
|
||||
version: 0.070224.2238
|
||||
version: 0.070224.2328
|
||||
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue