Skip to content

Commit 203ea85

Browse files
committed
chore: update version to 0.1.0
1 parent 226a394 commit 203ea85

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks.named<Test>("test") {
3636
}
3737

3838
group = "dev.iahmadgad.math"
39-
version = "0.0.1"
39+
version = "0.1.0"
4040
description = "Java math library"
4141

4242
publishing {
@@ -45,12 +45,6 @@ publishing {
4545
from(components["java"])
4646
groupId = "dev.iahmadgad.math"
4747
artifactId = "math"
48-
version = "0.0.1"
4948
}
5049
}
51-
}
52-
53-
allprojects {
54-
group = "dev.iahmadgad.math"
55-
version = "0.0.1"
5650
}

0 commit comments

Comments
 (0)