diff --git a/pubspec.yaml b/pubspec.yaml index 1842658..51638c5 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.4+0.9.3 +version: 0.9.5 environment: sdk: ^3.10.1 diff --git a/release.sh b/release.sh index 73c1f5c..17f4379 100755 --- a/release.sh +++ b/release.sh @@ -23,7 +23,7 @@ patch=$(echo $before_plus | cut -d. -f3) patch=$((patch + 1)) -new="${major}.${minor}.${patch}+${build}" +new="${major}.${minor}.${patch}" echo "Neue Version: $new" diff --git a/release/eggtimer.apk b/release/eggtimer.apk index 146ac02..daaa6a6 100644 Binary files a/release/eggtimer.apk and b/release/eggtimer.apk differ