Skip to content

Commit b98b7a9

Browse files
committed
! bump version to v0.2.1 📦
1 parent 702ec54 commit b98b7a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "io.foldright"
16-
version = "0.3.0-SNAPSHOT"
16+
version = "0.2.1"
1717

1818
repositories.mavenCentral()
1919

src/main/java/io/foldright/dslf/DuplicateStringLiteralFinder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import kotlin.system.exitProcess
1717

1818

1919
@Command(
20-
name = "jstrdups", version = ["0.3.0-SNAPSHOT"],
20+
name = "jstrdups", version = ["0.2.1"],
2121
description = ["Find duplicate string literals in java files under current directory"],
2222
mixinStandardHelpOptions = true
2323
)

0 commit comments

Comments
 (0)