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

chore: release 1.10.5-SNAPSHOT #233

Merged
merged 2 commits into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
group = "com.google.api"
archivesBaseName = "api-common"

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

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

api-common:1.10.4:1.10.4
api-common:1.10.4:1.10.5-SNAPSHOT