diff --git a/lib/foundation/app.dart b/lib/foundation/app.dart index 34b07a9..c2d3af3 100644 --- a/lib/foundation/app.dart +++ b/lib/foundation/app.dart @@ -12,7 +12,7 @@ export "state_controller.dart"; export "navigation.dart"; class _App { - final version = "1.0.5"; + final version = "1.0.6"; bool get isAndroid => Platform.isAndroid; bool get isIOS => Platform.isIOS; diff --git a/pubspec.yaml b/pubspec.yaml index 24fa1ec..414e3d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.5+105 +version: 1.0.6+106 environment: sdk: '>=3.3.4 <4.0.0'