diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e04e57..532cf0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.12.20](https://github.com/appium/io.appium.settings/compare/v5.12.19...v5.12.20) (2025-01-06) + +### Miscellaneous Chores + +* **deps-dev:** bump @appium/eslint-config-appium-ts from 0.3.3 to 1.0.1 ([#203](https://github.com/appium/io.appium.settings/issues/203)) ([33a845e](https://github.com/appium/io.appium.settings/commit/33a845e60a4e869dc9fd382a49d050024165acc4)) + ## [5.12.19](https://github.com/appium/io.appium.settings/compare/v5.12.18...v5.12.19) (2024-12-03) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index dea68400..bb894072 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { minSdkVersion 21 //noinspection ExpiredTargetSdkVersion targetSdkVersion 32 - versionCode 109 - versionName "5.12.19" + versionCode 110 + versionName "5.12.20" applicationId "io.appium.settings" } diff --git a/package.json b/package.json index 5e16adf5..47b5e24b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io.appium.settings", - "version": "5.12.19", + "version": "5.12.20", "description": "App for dealing with Android settings", "main": "./build/lib/index.js", "types": "./build/lib/index.d.ts",