Skip to content

Commit

Permalink
Version Bump v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Oct 23, 2022
1 parent e16dc07 commit a118a4b
Show file tree
Hide file tree
Showing 3 changed files with 6 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.2"
tag: "v3.6.3"
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.2"
tag: "v3.6.3"
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.2"
tag: "v3.6.3"
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.2"
const val versionName = "3.6.3"

const val versionCode = 30
const val versionCode = 31

// Android
const val minSdkVersion = 21
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix for Blurry Images.

1 comment on commit a118a4b

@ESCORPDROID2002
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How I can download music of Souncloud show me please 🥺

Please sign in to comment.