Skip to content

Commit

Permalink
Merge pull request #105 from atlassian/release
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
diegoocampoh committed May 29, 2023
2 parents 91b3910 + a6fd3a7 commit 7342787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
# Populates ARTIFACTORY_USERNAME and ARTIFACTORY_API_KEY with
# temporary username/password for publishing to packages.atlassian.com
- name: Get publish token
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
}

group = "com.atlassian"
version = "2.0.0"
version = "2.0.1"
description = "onetime"

val javaVersion = JavaVersion.VERSION_17
Expand Down

0 comments on commit 7342787

Please sign in to comment.