Skip to content

Commit 9db9b08

Browse files
chore: release 0.3.0
1 parent fbc644f commit 9db9b08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919

2020
subprojects {
2121
group = "io.github.observeroftime.kbigint"
22-
version = "0.2.1"
22+
version = property("project.version") as String
2323

2424
if (System.getenv("CI") != null) {
2525
tasks.withType(AbstractTestTask::class) {

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# The version of the project.
2+
project.version=0.3.0
3+
14
# Specifies the JVM arguments used for the daemon process.
25
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
36
# Disables deprecation warnings.

0 commit comments

Comments
 (0)