added version

This commit is contained in:
Valmo Trindade
2025-04-10 22:15:12 -03:00
parent 19907184be
commit 8334ff4be5
3 changed files with 6 additions and 6 deletions

View File

@@ -4,10 +4,10 @@ name = "ARMA Team Awareness Kit"
prefix = "armatak"
[version]
build = 9
major = 0
minor = 9
patch = 9
build = 0
major = 1
minor = 1
patch = 0
git_hash = 0

2
Cargo.lock generated
View File

@@ -83,7 +83,7 @@ dependencies = [
[[package]]
name = "armatak"
version = "0.9.9"
version = "1.0.1"
dependencies = [
"arma-rs",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "armatak"
version = "0.9.9"
version = "1.0.1"
edition = "2021"
[dependencies]