Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2023-08-25)

### Miscellaneous Chores

* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#120](#120)) ([07ae699](07ae699))
  • Loading branch information
semantic-release-bot committed Aug 25, 2023
1 parent 07ae699 commit 9d569d0
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.1.1](https://github.com/appium/io.appium.settings/compare/v5.1.0...v5.1.1) (2023-08-25)


### Miscellaneous Chores

* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#120](https://github.com/appium/io.appium.settings/issues/120)) ([07ae699](https://github.com/appium/io.appium.settings/commit/07ae699d89d2970ac9b33c70c000839a0b43e556))

## [5.1.0](https://github.com/appium/io.appium.settings/compare/v5.0.5...v5.1.0) (2023-07-27)


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 58
versionName "5.1.0"
versionCode 59
versionName "5.1.1"
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.1.0",
"version": "5.1.1",
"description": "App for dealing with Android settings",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d569d0

Please sign in to comment.