diff --git a/lib/Consts2.dart b/lib/Consts2.dart index 4443949..95a7200 100644 --- a/lib/Consts2.dart +++ b/lib/Consts2.dart @@ -1 +1 @@ -const VERSION = "1.1.112524+1212"; +const VERSION = "1.1.012225+0420"; diff --git a/pubspec.yaml b/pubspec.yaml index 3f08677..69d84f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,23 +1,25 @@ name: nbteditor description: A Minecraft NBT Editor written in Flutter -publish_to: 'none' -version: 1.1.112524+1212 - +publish_to: "none" +version: 1.1.012225+0420 environment: - sdk: '>=3.1.5 <4.0.0' + sdk: ^3.6.1 dependencies: file_picker: ^8.0.6 flutter: sdk: flutter flutter_code_editor: ^0.3.2 - flutter_highlight: ^0.7.0 - flutter_treeview: ^1.0.7+1 libac_dart: hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ - version: ^1.2.112524+1156 + version: ^1.4.012225+0413 permission_handler: ^11.3.1 + cupertino_icons: ^1.0.8 + flutter_highlighting: ^0.9.0+11.8.0 + flutter_treeview: + hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ + version: ^1.1.2 dev_dependencies: flutter_test: