Skip to content

Commit

Permalink
chore(release): 6.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.5](v6.0.4...v6.0.5) (2024-01-25)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#606](#606)) ([34b7a77](34b7a77))
  • Loading branch information
semantic-release-bot committed Jan 25, 2024
1 parent 34b7a77 commit 14363cf
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.5](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.4...v6.0.5) (2024-01-25)


### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#606](https://github.com/appium/appium-uiautomator2-server/issues/606)) ([34b7a77](https://github.com/appium/appium-uiautomator2-server/commit/34b7a77e3e119c698ec03a367057c5f4f36b1254))

## [6.0.4](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.3...v6.0.4) (2024-01-19)


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

0 comments on commit 14363cf

Please sign in to comment.