bump -> 3.3.2 + changelog added

This commit is contained in:
shabinder 2021-09-26 14:24:39 +05:30
parent 545daf5d5b
commit 16f3be12c3
3 changed files with 8 additions and 3 deletions

View File

@ -22,9 +22,9 @@ import org.gradle.kotlin.dsl.accessors.runtime.addDependencyTo
object Versions {
// App's Version (To be bumped at each update)
const val versionName = "3.3.1"
const val versionName = "3.3.2"
const val versionCode = 25
const val versionCode = 26
// Kotlin
const val kotlinVersion = "1.5.21"

View File

@ -83,7 +83,7 @@ compose.desktop {
iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
// https://www.guidgen.com/
upgradeUuid = "3c4caf0c-ae83-457e-85cc-f8e535fb58e2"
upgradeUuid = "8c26cd79-c79c-45d8-8cc7-fc57c647b0e8"
menuGroup = packageName
}
linux {

View File

@ -0,0 +1,5 @@
Hot Fixes:
- Android App Crashes Fix when Toasting in background thread.
- null Named directories creation stopped in desktop
- Download Directory Chooser crashing fix in desktop.
- Media Conversion Failing fix when Names have Special Characters