Skip to content

Commit

Permalink
chore(release): 5.12.13 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.13](v5.12.12...v5.12.13) (2024-08-31)

### Miscellaneous Chores

* **deps:** bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 ([#195](#195)) ([417a5e7](417a5e7))
  • Loading branch information
semantic-release-bot committed Aug 31, 2024
1 parent 417a5e7 commit d58e856
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.13](https://github.com/appium/io.appium.settings/compare/v5.12.12...v5.12.13) (2024-08-31)

### Miscellaneous Chores

* **deps:** bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 ([#195](https://github.com/appium/io.appium.settings/issues/195)) ([417a5e7](https://github.com/appium/io.appium.settings/commit/417a5e7de4e29b5cdaad2b19f4ec133b0c9c851e))

## [5.12.12](https://github.com/appium/io.appium.settings/compare/v5.12.11...v5.12.12) (2024-08-31)

### 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 102
versionName "5.12.12"
versionCode 103
versionName "5.12.13"
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.12",
"version": "5.12.13",
"description": "App for dealing with Android settings",
"main": "./build/lib/index.js",
"types": "./build/lib/index.d.ts",
Expand Down

0 comments on commit d58e856

Please sign in to comment.