Skip to content

Commit

Permalink
Merge pull request #23 from dozingcat/version-1.2.1
Browse files Browse the repository at this point in the history
Update version to 1.2.1
  • Loading branch information
dozingcat authored May 12, 2021
2 parents ddb2fff + 64b9b9f commit b437ac3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed bug that could cause incorrect slaps when starting a new game.
- Cat mood animations now fade in and out.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ class _MyHomePageState extends State<MyHomePage> {
showAboutDialog(
context: context,
applicationName: 'Egyptian Mouse Pounce',
applicationVersion: '1.2.0',
applicationVersion: '1.2.1',
applicationLegalese: '© 2020-2021 Brian Nenninger',
children: [
Container(height: 15),
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b437ac3

Please # to comment.