diff --git a/Cargo.lock b/Cargo.lock index 8ef15ad..8ca3a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chatapp" -version = "0.2.0" +version = "1.0.0" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 9e936b6..219ccd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chatapp" -version = "0.2.0" +version = "1.0.0" edition = "2024" [dependencies] diff --git a/flake.nix b/flake.nix index 31a85b5..c8e9624 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ in { packages.default = pkgs.rustPlatform.buildRustPackage { pname = "chatapp"; - version = "0.2.0"; + version = "1.0.0"; # Point to the backend subdirectory src = ./backend;