From 1274d16f778e4e7f5848ae7fa170de953129c2d9 Mon Sep 17 00:00:00 2001 From: HeCodes2Much-Bot Date: Wed, 4 Dec 2024 17:39:07 +0000 Subject: [PATCH] chore(changelog): Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ app/build.gradle.kts | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96fd9b..092c18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [conven ## [Coming Soon](https://github.com/DroidWorksStudio/EasyLauncher/tree/HEAD) +### Releases: + +- Prepare for version 0.3.3 - ([c82c05e](https://github.com/DroidWorksStudio/EasyLauncher/commit/c82c05e1c6b33f5936a442f0764482d4cd2d9221)) + +## [0.3.2](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.3.2) - (04, December 2024) + ### Implemented Enhancements: - Added the ability for restore to also run a clear list before restoring. - ([ac4456d](https://github.com/DroidWorksStudio/EasyLauncher/commit/ac4456dac42445d7cee3c51b549a7c4542268367)) @@ -20,6 +26,7 @@ All notable changes to this project will be documented in this file. See [conven ### Language Support: +- Updated Language Files. ([#200](https://github.com/DroidWorksStudio/EasyLauncher/issues/200)) - ([f11822c](https://github.com/DroidWorksStudio/EasyLauncher/commit/f11822c11799e2dce98534fbf459a8f50bde4e5a)) - Updated Language Files. ([#198](https://github.com/DroidWorksStudio/EasyLauncher/issues/198)) - ([a55fa68](https://github.com/DroidWorksStudio/EasyLauncher/commit/a55fa685cd57118bb1f5fe9f14e07cf7d26b6404)) - Updated Language Files. ([#197](https://github.com/DroidWorksStudio/EasyLauncher/issues/197)) - ([fe7def6](https://github.com/DroidWorksStudio/EasyLauncher/commit/fe7def69fe195389cd50a3f2236334f7f57201e7)) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8496974..4de0d73 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "app.easy.launcher" minSdk = 24 targetSdk = 35 - versionCode = 32 - versionName = "0.3.2" + versionCode = 33 + versionName = "0.3.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" manifestPlaceholders["internetPermission"] = "android.permission.INTERNET"