Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Nov 25, 2023
1 parent a9a744e commit e418d2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.6.3"
tag: "v3.6.4"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.6.3"
tag: "v3.6.4"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*,android/build/outputs/apk/release/*signed.apk"
token: ${{ secrets.GH_TOKEN }}

Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.6.3"
tag: "v3.6.4"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}
4 changes: 2 additions & 2 deletions buildSrc/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import org.gradle.kotlin.dsl.getByType

object Versions {
// App's Version (To be bumped at each update)
const val versionName = "3.6.3"
const val versionName = "3.6.4"

const val versionCode = 31
const val versionCode = 32

// Android
const val minSdkVersion = 21
Expand Down

0 comments on commit e418d2e

Please sign in to comment.