Skip to content

KBigNum v0.0.11

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:23
· 29 commits to main since this release
8fb71f0

🚀 What's New in v0.0.11

📋 Changes

  • Bump version to 0.0.11 and update CI/CD pipeline for improved build and release process (80a1142)

📦 Installation

Gradle (Kotlin DSL)

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

Gradle (Groovy)

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

🔗 Links

Full Changelog: v0.0.10...v0.0.11