Skip to content

Commit

Permalink
chore(release): 6.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.9](v6.0.8...v6.0.9) (2024-02-09)

### Miscellaneous Chores

* **deps:** bump androidx.test.uiautomator:uiautomator in /app ([#611](#611)) ([497ddc6](497ddc6))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 497ddc6 commit b517800
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 @@
## [6.0.9](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.8...v6.0.9) (2024-02-09)


### Miscellaneous Chores

* **deps:** bump androidx.test.uiautomator:uiautomator in /app ([#611](https://github.com/appium/appium-uiautomator2-server/issues/611)) ([497ddc6](https://github.com/appium/appium-uiautomator2-server/commit/497ddc618bcadcb127f22916fa19d3d86524a251))

## [6.0.8](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.7...v6.0.8) (2024-02-08)


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 34
versionCode 160
versionCode 161
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '6.0.8'
versionName '6.0.9'
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": "6.0.8",
"version": "6.0.9",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b517800

Please sign in to comment.