Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: release 1.9.3 (#161)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md [ci skip]

* updated README.md [ci skip]

* updated versions.txt [ci skip]

* updated build.gradle

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 1, 2020
1 parent 1e17d10 commit 8fad49d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
# Changelog

### [1.9.3](https://www.github.com/googleapis/api-common-java/compare/v1.9.2...v1.9.3) (2020-07-01)


### Bug Fixes

* enable complex resource ids in instantiate() ([#159](https://www.github.com/googleapis/api-common-java/issues/159)) ([955b8a7](https://www.github.com/googleapis/api-common-java/commit/955b8a7c7d117c05593763501ee365b74f3cd1f8))
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
group = "com.google.api"
archivesBaseName = "api-common"

project.version = "1.9.3-SNAPSHOT" // {x-version-update:api-common:current}
project.version = "1.9.3" // {x-version-update:api-common:current}

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

api-common:1.9.2:1.9.3-SNAPSHOT
api-common:1.9.3:1.9.3

0 comments on commit 8fad49d

Please sign in to comment.