changed urls to deployment server and pushed to version 1.0.0

This commit is contained in:
2025-12-31 19:43:59 +01:00
parent c45218eb97
commit 2bf5cbc0de
3 changed files with 3 additions and 3 deletions

View File

@@ -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;