Skip to content

Commit

Permalink
Change versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHellBox committed Jul 7, 2021
1 parent 123f21f commit aab6eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kissmp-master/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kissmp-master"
version = "0.2.0"
version = "0.4.5"
authors = ["TheHellBox <thehellbox11@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared"
version = "0.4.0"
version = "0.4.5"
authors = ["TheHellBox <thehellbox11@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
use vehicle::*;

pub const VERSION: (u32, u32) = (0, 4);
pub const VERSION_STR: &str = "0.4.4";
pub const VERSION_STR: &str = "0.4.5";

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct ClientInfoPrivate {
Expand Down

0 comments on commit aab6eda

Please sign in to comment.