Skip to content

Commit 5f01150

Browse files
authored
Merge pull request #2 from soracom/version-0.2.0
Version 0.2.0
2 parents 6f8bd27 + 502c8ca commit 5f01150

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ group = 'io.soracom'
2222
mainClassName = 'io.soracom.krypton.SORACOMKryptonCLI'
2323
archivesBaseName = rootProject.name
2424

25-
version = '0.1.1-SNAPSHOT'
25+
version = '0.2.0'
2626

2727
sourceCompatibility = 1.7
2828
targetCompatibility = 1.7
@@ -31,7 +31,7 @@ dependencies {
3131
// Java Simple Serial Connector
3232
compile 'org.scream3r:jssc:2.8.0'
3333
compile 'com.google.code.gson:gson:2.8.2'
34-
compile 'io.soracom:soracom-endorse-client-for-java:0.1.0'
34+
compile 'io.soracom:soracom-endorse-client-for-java:0.2.0'
3535
compileOnly group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.11.358'
3636

3737
testCompile 'junit:junit:4.12'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version: 0.1.1-SNAPSHOT
1+
Version: 0.2.0

0 commit comments

Comments
 (0)