Skip to content

KBigNum v0.0.12

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:41
· 27 commits to main since this release
003e087

🚀 What's New in v0.0.12

📋 Changes

  • Bump version to 0.0.12 and enhance CI/CD workflow with version change checks (841fff2)

📦 Installation

Gradle (Kotlin DSL)

dependencies {
    implementation("io.github.gatrongdev:kbignum:0.0.12")
}

Gradle (Groovy)

dependencies {
    implementation 'io.github.gatrongdev:kbignum:0.0.12'
}

🔗 Links

Full Changelog: v0.0.11...v0.0.12