diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..7cdc116 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,2 @@ +- Fixed bug that could cause incorrect slaps when starting a new game. +- Cat mood animations now fade in and out. diff --git a/lib/main.dart b/lib/main.dart index 7246836..b20dbaf 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -856,7 +856,7 @@ class _MyHomePageState extends State { showAboutDialog( context: context, applicationName: 'Egyptian Mouse Pounce', - applicationVersion: '1.2.0', + applicationVersion: '1.2.1', applicationLegalese: '© 2020-2021 Brian Nenninger', children: [ Container(height: 15), diff --git a/pubspec.lock b/pubspec.lock index 5ce0755..7d99957 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: args url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" async: dependency: transitive description: @@ -56,7 +56,7 @@ packages: name: cupertino_icons url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.3" fake_async: dependency: transitive description: @@ -89,7 +89,7 @@ packages: name: flutter_markdown url: "https://pub.dartlang.org" source: hosted - version: "0.6.0" + version: "0.6.1" flutter_test: dependency: "direct dev" description: flutter @@ -155,7 +155,7 @@ packages: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.1" platform: dependency: transitive description: @@ -176,14 +176,14 @@ packages: name: process url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.2.1" shared_preferences: dependency: "direct main" description: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" shared_preferences_linux: dependency: transitive description: @@ -279,7 +279,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.2" + version: "6.0.3" url_launcher_linux: dependency: transitive description: @@ -328,7 +328,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" xdg_directories: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0a5efb1..a80c034 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.2.0+4 +version: 1.2.1+5 environment: sdk: ">=2.12.0 <3.0.0"