From 8786f1025c99a4d81205034c9bdc49a22dacfd3a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jan 2024 09:05:50 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.0...v6.0.1) (2024-01-06) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#594](https://github.com/appium/appium-uiautomator2-server/issues/594)) ([0f4c454](https://github.com/appium/appium-uiautomator2-server/commit/0f4c454d8bc4a8c66c7e8ec2949b156c55eb9d62)) --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1d82204..288ee7186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.0...v6.0.1) (2024-01-06) + + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#594](https://github.com/appium/appium-uiautomator2-server/issues/594)) ([0f4c454](https://github.com/appium/appium-uiautomator2-server/commit/0f4c454d8bc4a8c66c7e8ec2949b156c55eb9d62)) + ## [5.15.3](https://github.com/appium/appium-uiautomator2-server/compare/v5.15.2...v5.15.3) (2023-12-31) diff --git a/app/build.gradle b/app/build.gradle index 481d12be1..7bc51a2bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 152 + versionCode 153 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '6.0.0' + versionName '6.0.1' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index f1262eb52..106a14a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "6.0.0", + "version": "6.0.1", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {