Skip to content

Commit

Permalink
Merge pull request #8 from keiji/update_version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
keiji authored Dec 31, 2021
2 parents 221a2d4 + e4f1084 commit 680e3ff
Show file tree
Hide file tree
Showing 16 changed files with 127 additions and 14 deletions.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/checksums/sha1-checksums.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/libraries/Gradle__org_apiguardian_apiguardian_api_1_1_2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/libraries/Gradle__org_opentest4j_opentest4j_1_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/modules/RFC4648-java.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/modules/RFC4648-java.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .idea/modules/RFC4648-java.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

group 'dev.keiji.rfc4648'
version '1.0.0'
version '1.0.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -72,8 +72,8 @@ publishing {
def sonatypeUsername = project.getProperties().get('sonatypeUsername') ?: ""
def sonatypePassword = project.getProperties().get('sonatypePassword') ?: ""
credentials {
username = "${sonatypeUsername}"
password = "${sonatypePassword}"
username = sonatypeUsername
password = sonatypePassword
}
}
}
Expand Down

0 comments on commit 680e3ff

Please sign in to comment.