Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Mar 12, 2024
1 parent 978c24f commit 9e44aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
alias(libs.plugins.protobuf)
}

val baseVersionName = "0.5.9"
val baseVersionName = "0.5.10"
val isDevVersion get() = exec("git tag --contains HEAD").isEmpty()
val verNameSuffix get() = if (isDevVersion) ".dev" else ""

Expand Down
2 changes: 1 addition & 1 deletion native/jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geomag-jni"
version = "0.1.2"
version = "0.0.1"
license = "Apache-2.0"
edition = "2021"

Expand Down

0 comments on commit 9e44aea

Please sign in to comment.