Skip to content

Commit 2a11cd7

Browse files
committed
library version 1.0
1 parent 4ccf19a commit 2a11cd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publishing {
4848
register<MavenPublication>("release") {
4949
groupId = "com.github.GoodDamn"
5050
artifactId = "core"
51-
version = "1.0-alpha"
51+
version = "1.0"
5252

5353
afterEvaluate {
5454
from(components["release"])

importer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ publishing {
5151
register<MavenPublication>("release") {
5252
groupId = "com.github.GoodDamn"
5353
artifactId = "import"
54-
version = "1.0-alpha"
54+
version = "1.0"
5555

5656
afterEvaluate {
5757
from(components["release"])

misc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ publishing {
5959
register<MavenPublication>("release") {
6060
groupId = "com.github.GoodDamn"
6161
artifactId = "misc"
62-
version = "1.0-alpha"
62+
version = "1.0"
6363

6464
afterEvaluate {
6565
from(components["release"])

0 commit comments

Comments
 (0)