Skip to content

Commit

Permalink
chore(release): 7.1.11 [skip ci]
Browse files Browse the repository at this point in the history
## [7.1.11](v7.1.10...v7.1.11) (2025-01-07)

### Miscellaneous Chores

* Bump Eslint ([#679](#679)) ([825a35f](825a35f))
  • Loading branch information
semantic-release-bot committed Jan 7, 2025
1 parent 825a35f commit e5367ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.1.11](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.10...v7.1.11) (2025-01-07)

### Miscellaneous Chores

* Bump Eslint ([#679](https://github.com/appium/appium-uiautomator2-server/issues/679)) ([825a35f](https://github.com/appium/appium-uiautomator2-server/commit/825a35f86bce21f740f52442d3f1d0716d3a69c5))

## [7.1.10](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.9...v7.1.10) (2025-01-07)

### Miscellaneous Chores
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 201
versionCode 202
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.1.10'
versionName '7.1.11'
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": "7.1.10",
"version": "7.1.11",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit e5367ec

Please sign in to comment.