Skip to content

Commit

Permalink
chore(release): 5.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.7.3](v5.7.2...v5.7.3) (2024-01-16)

### Miscellaneous Chores

* **deps-dev:** bump semantic-release from 22.0.12 to 23.0.0 ([#143](#143)) ([a1d155d](a1d155d))
  • Loading branch information
semantic-release-bot committed Jan 16, 2024
1 parent a1d155d commit 32d82d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.7.3](https://github.com/appium/io.appium.settings/compare/v5.7.2...v5.7.3) (2024-01-16)


### Miscellaneous Chores

* **deps-dev:** bump semantic-release from 22.0.12 to 23.0.0 ([#143](https://github.com/appium/io.appium.settings/issues/143)) ([a1d155d](https://github.com/appium/io.appium.settings/commit/a1d155db89e892febb0c02811668aa433bacde2c))

## [5.7.2](https://github.com/appium/io.appium.settings/compare/v5.7.1...v5.7.2) (2024-01-13)


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 30
versionCode 72
versionName "5.7.2"
versionCode 73
versionName "5.7.3"
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.7.2",
"version": "5.7.3",
"description": "App for dealing with Android settings",
"main": "./build/lib/index.js",
"types": "./build/lib/index.d.ts",
Expand Down

0 comments on commit 32d82d5

Please sign in to comment.