Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 9, 2024
1 parent fbc644f commit 9db9b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {

subprojects {
group = "io.github.observeroftime.kbigint"
version = "0.2.1"
version = property("project.version") as String

if (System.getenv("CI") != null) {
tasks.withType(AbstractTestTask::class) {
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The version of the project.
project.version=0.3.0

# Specifies the JVM arguments used for the daemon process.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Disables deprecation warnings.
Expand Down

0 comments on commit 9db9b08

Please sign in to comment.