Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe committed Feb 10, 2024
1 parent 637bb2d commit ccb2311
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,4 @@ jobs:
packageName: nl.tiebe.otarium
releaseFiles: ${{steps.sign_app_android.outputs.signedReleaseFile}},${{steps.sign_app_wear.outputs.signedReleaseFile}}
track: production
whatsNewDirectory: whatsNew
changesNotSentForReview: true


- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
# Artifact name
name: otarium.apk
# A file, directory or wildcard pattern that describes what to upload
path: androidApp/build/outputs/apk/debug/androidApp-debug.apk
whatsNewDirectory: whatsNew
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleShortVersionString</key>
<string>4.1.0</string>
<string>4.1.1</string>
<key>CFBundleVersion</key>
<string>4.1.0</string>
<string>4.1.1</string>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>nl.tiebe.otarium.graderefresh</string>
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
app-version-string = "4.1.1"
app-version-code = "44"
app-version-code = "45"

android_sdk-min = "21"
android_sdk-compile = "34"
Expand Down

0 comments on commit ccb2311

Please sign in to comment.