Skip to content

KBigNum v0.0.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 16:20
· 41 commits to main since this release
27314fc

🚀 What's New in v0.0.5

📋 Changes

  • Bump version to 0.0.5 and update GitHub Actions to use GITHUB_TOKEN (c4ddff7)

📦 Installation

Gradle (Kotlin DSL)

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

Gradle (Groovy)

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

🔗 Links

Full Changelog: v0.0.4...v0.0.5