diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0e3ac64..1c0650b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.11.1](https://github.com/appium/appium-uiautomator2-server/compare/v5.11.0...v5.11.1) (2023-06-07) + + +### Miscellaneous Chores + +* **deps-dev:** bump conventional-changelog-conventionalcommits ([#514](https://github.com/appium/appium-uiautomator2-server/issues/514)) ([bd43b55](https://github.com/appium/appium-uiautomator2-server/commit/bd43b55860e88a72b15142edba2f52efa5e5e895)) + ## [5.11.0](https://github.com/appium/appium-uiautomator2-server/compare/v5.10.0...v5.11.0) (2023-06-02) diff --git a/app/build.gradle b/app/build.gradle index e10d379be..a893b7e6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 30 - versionCode 125 + versionCode 126 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.11.0' + versionName '5.11.1' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 124147a2f..709912172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.11.0", + "version": "5.11.1", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {