Skip to content

Commit

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

### Miscellaneous Chores

* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#528](#528)) ([e1fd854](e1fd854))
  • Loading branch information
semantic-release-bot committed Aug 25, 2023
1 parent e1fd854 commit 2e95674
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.12.4](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.3...v5.12.4) (2023-08-25)


### Miscellaneous Chores

* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#528](https://github.com/appium/appium-uiautomator2-server/issues/528)) ([e1fd854](https://github.com/appium/appium-uiautomator2-server/commit/e1fd854676108dc0e83514bddf2986337eaae86e))

## [5.12.3](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.2...v5.12.3) (2023-08-18)


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ android {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 30
versionCode 130
versionCode 131
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '5.12.3'
versionName '5.12.4'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
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": "appium-uiautomator2-server",
"version": "5.12.3",
"version": "5.12.4",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 2e95674

Please sign in to comment.