Add version number to Drawer information
This commit is contained in:
parent
16e816de1c
commit
b315f979c8
3 changed files with 5 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
const VERSION = "0.072124.0605";
|
const VERSION = "0.072124.0607";
|
||||||
|
|
|
@ -5,6 +5,7 @@ import 'package:libac_dart/nbt/NbtIo.dart';
|
||||||
import 'package:libac_dart/nbt/Tag.dart';
|
import 'package:libac_dart/nbt/Tag.dart';
|
||||||
import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
import 'package:libac_dart/nbt/impl/CompoundTag.dart';
|
||||||
import 'package:nbteditor/Constants.dart';
|
import 'package:nbteditor/Constants.dart';
|
||||||
|
import 'package:nbteditor/Consts2.dart';
|
||||||
import 'package:nbteditor/SessionData.dart';
|
import 'package:nbteditor/SessionData.dart';
|
||||||
import 'package:nbteditor/tags/CompoundTag.dart';
|
import 'package:nbteditor/tags/CompoundTag.dart';
|
||||||
import 'package:nbteditor/tags/Tag.dart';
|
import 'package:nbteditor/tags/Tag.dart';
|
||||||
|
@ -66,7 +67,8 @@ class EditorState extends State<Editor> {
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text("Named Binary Tag Editor"),
|
Text("Named Binary Tag Editor"),
|
||||||
Text("Created by Tara Piccari")
|
Text("Created by Tara Piccari"),
|
||||||
|
Text("Version: ${VERSION}")
|
||||||
],
|
],
|
||||||
)),
|
)),
|
||||||
ListTile(
|
ListTile(
|
||||||
|
|
|
@ -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: 0.072124.0605
|
version: 0.072124.0607
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue