diff --git a/lib/argparse/Args.dart b/lib/argparse/Args.dart index e4d0fe7..4723970 100644 --- a/lib/argparse/Args.dart +++ b/lib/argparse/Args.dart @@ -5,9 +5,7 @@ import 'package:libac_dart/argparse/types/String.dart'; abstract class Argument { String name; - String description; - - Argument({required this.name, this.description = ""}); + Argument({required this.name}); T getValue() { throw new UnimplementedError("This argument type has no value"); diff --git a/lib/consts.dart b/lib/consts.dart index 189300c..dda2544 100644 --- a/lib/consts.dart +++ b/lib/consts.dart @@ -1,5 +1,5 @@ class Constants { - static const VERSION = "1.4.012225+0357"; + static const VERSION = "1.4.012225+0413"; static const NBT_REVISION = "1.3.012225+0304"; - static const ARGS_REVISION = "1.4.012225+0357"; + static const ARGS_REVISION = "1.4.012225+0413"; } diff --git a/pubspec.yaml b/pubspec.yaml index 14dc57e..b9bd3da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libac_dart description: "Aria's Creations code library" -version: 1.4.012225+0357 +version: 1.4.012225+0413 homepage: "https://zontreck.com" environment: