updated project version

This commit is contained in:
Valmo Trindade
2025-04-06 06:03:08 -03:00
parent 63c60bc81a
commit 51b1a06e6c
3 changed files with 19 additions and 6 deletions

View File

@@ -4,10 +4,10 @@ name = "ARMA Team Awareness Kit"
prefix = "armatak" prefix = "armatak"
[version] [version]
build = 0 build = 9
major = 1 major = 0
minor = 0 minor = 9
patch = 0 patch = 9
git_hash = 0 git_hash = 0
@@ -45,8 +45,21 @@ workshop = [
"1673595418", # User Input Menus "1673595418", # User Input Menus
"1678581937", # Extended Function Viewer "1678581937", # Extended Function Viewer
"1231625987", #Debug Console "1231625987", #Debug Console
"751965892", # ACRE2
"843577117", # RHSUSAF "843577117", # RHSUSAF
"843425103", # RHSAFRF "843425103", # RHSAFRF
"843593391", # RHSGREF
"735566597", # Project OPFOR
"3030830594", # Western Dusk
"3147473073", # TOTT Core
"3147480843", # TOTT CAG
"3147476552", # TOTT Optics
"2975268929", # GPNVG
"583496184", # CUP Terrains
"421620913", # Kunduz
"2397360831", # USAF Core
"2397376046", # USAF Utility
"2226368165", # USAF AC130
] ]
parameters = [ parameters = [

2
Cargo.lock generated
View File

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

View File

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