Skip to content

Commit

Permalink
chore(release): 5.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.4.2](v5.4.1...v5.4.2) (2024-01-10)

### Miscellaneous Chores

* Add more constants to export ([#137](#137)) ([1a27223](1a27223))
  • Loading branch information
semantic-release-bot committed Jan 10, 2024
1 parent 1a27223 commit d10cb6e
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.4.2](https://github.com/appium/io.appium.settings/compare/v5.4.1...v5.4.2) (2024-01-10)


### Miscellaneous Chores

* Add more constants to export ([#137](https://github.com/appium/io.appium.settings/issues/137)) ([1a27223](https://github.com/appium/io.appium.settings/commit/1a27223718db9f7c57fc8cf30def2f4d10321efd))

## [5.4.1](https://github.com/appium/io.appium.settings/compare/v5.4.0...v5.4.1) (2024-01-10)


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 66
versionName "5.4.1"
versionCode 67
versionName "5.4.2"
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.4.1",
"version": "5.4.2",
"description": "App for dealing with Android settings",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d10cb6e

Please sign in to comment.