From bf206fe6591e0aeaf6ae60eff79bc03f082b5fad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Feb 2024 13:43:00 +0000 Subject: [PATCH] chore(release): 6.0.8 [skip ci] ## [6.0.8](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.7...v6.0.8) (2024-02-08) ### Miscellaneous Chores * **deps:** bump org.json:json from 20231013 to 20240205 in /app ([#610](https://github.com/appium/appium-uiautomator2-server/issues/610)) ([4755a29](https://github.com/appium/appium-uiautomator2-server/commit/4755a29eb9b686d87458bbb83a1613fe5596f0e6)) --- 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 f8ad9e053..25ed37aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.8](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.7...v6.0.8) (2024-02-08) + + +### Miscellaneous Chores + +* **deps:** bump org.json:json from 20231013 to 20240205 in /app ([#610](https://github.com/appium/appium-uiautomator2-server/issues/610)) ([4755a29](https://github.com/appium/appium-uiautomator2-server/commit/4755a29eb9b686d87458bbb83a1613fe5596f0e6)) + ## [6.0.7](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.6...v6.0.7) (2024-01-30) diff --git a/app/build.gradle b/app/build.gradle index 82275b3d2..262ec13c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 159 + versionCode 160 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '6.0.7' + versionName '6.0.8' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 807c934df..21d3bca4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "6.0.7", + "version": "6.0.8", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {