diff --git a/pubspec.yaml b/pubspec.yaml index 30179c8..1842658 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: 0.9.3 +version: 0.9.4+0.9.3 environment: sdk: ^3.10.1 diff --git a/release.sh b/release.sh index 7bde92b..73c1f5c 100755 --- a/release.sh +++ b/release.sh @@ -22,7 +22,6 @@ minor=$(echo $before_plus | cut -d. -f2) patch=$(echo $before_plus | cut -d. -f3) patch=$((patch + 1)) -build=$((build + 1)) new="${major}.${minor}.${patch}+${build}" diff --git a/release/eggtimer.apk b/release/eggtimer.apk index ffa938e..146ac02 100644 Binary files a/release/eggtimer.apk and b/release/eggtimer.apk differ