Skip to content

Commit

Permalink
chore(release): 5.12.17 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.17](v5.12.16...v5.12.17) (2024-11-02)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle from 8.7.1 to 8.7.2 ([#199](#199)) ([ffd8234](ffd8234))
  • Loading branch information
semantic-release-bot committed Nov 2, 2024
1 parent ffd8234 commit b1d9363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.12.17](https://github.com/appium/io.appium.settings/compare/v5.12.16...v5.12.17) (2024-11-02)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle from 8.7.1 to 8.7.2 ([#199](https://github.com/appium/io.appium.settings/issues/199)) ([ffd8234](https://github.com/appium/io.appium.settings/commit/ffd823405e15c2916af3a29afb55881e00084d3b))

## [5.12.16](https://github.com/appium/io.appium.settings/compare/v5.12.15...v5.12.16) (2024-10-15)

### Miscellaneous Chores
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 32
versionCode 106
versionName "5.12.16"
versionCode 107
versionName "5.12.17"
applicationId "io.appium.settings"
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.appium.settings",
"version": "5.12.16",
"version": "5.12.17",
"description": "App for dealing with Android settings",
"main": "./build/lib/index.js",
"types": "./build/lib/index.d.ts",
Expand Down

0 comments on commit b1d9363

Please sign in to comment.