diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f76bb4a..b071862 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "eu.ottop.yamlauncher" minSdk = 31 targetSdk = 34 - versionCode = 5 - versionName = "1.1" + versionCode = 6 + versionName = "1.2" } dependenciesInfo { diff --git a/metadata/en-US/changelogs/6.txt b/metadata/en-US/changelogs/6.txt new file mode 100644 index 0000000..75ca5ed --- /dev/null +++ b/metadata/en-US/changelogs/6.txt @@ -0,0 +1,5 @@ +Minor bug fix and enhancement release. + +- Fixed a bug where the search bar would sho wup after renaming an app when the search bar is disabled. +- Modified text sizes in the app menu to match maximum shortcut sizes. +- Adjusted shortcut spacing and the huge option is now far bigger than before. \ No newline at end of file