Skip to content

Commit 298a9ab

Browse files
committed
prepare first release version
Signed-off-by: Andreas Schmid <[email protected]>
1 parent 83eb75e commit 298a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ base {
2323
archivesBaseName = "taskwarrior-java-client"
2424
description = "A Java client to communicate with a taskwarrior server (= taskd)."
2525
group = "de.aaschmid"
26-
version = "1.0-SNAPSHOT"
26+
version = "1.0"
2727
}
2828

2929
java {

0 commit comments

Comments
 (0)