diff --git a/pubspec.yaml b/pubspec.yaml index 51638c5..b012673 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.5 +version: 0.9.6 environment: sdk: ^3.10.1 diff --git a/release.sh b/release.sh index 17f4379..0295dd3 100755 --- a/release.sh +++ b/release.sh @@ -31,6 +31,8 @@ sed -i "s/^version: .*/version: ${new}/" "$PUBSPEC" # Version z.B. aus Datei oder Argument VERSION_TAG=$(grep "^version:" pubspec.yaml | awk '{print $2}') +git commit -a -m"Version auf ${VERSION_TAG} gesetzt" +git push RELEASE_TITLE="EggTimer ${VERSION_TAG}" RELEASE_BODY="Automatisch erstelltes Release ${VERSION_TAG}." diff --git a/release/eggtimer.apk b/release/eggtimer.apk index daaa6a6..ff5fde8 100644 Binary files a/release/eggtimer.apk and b/release/eggtimer.apk differ