Skip to content

Commit

Permalink
fix: correct where version numbers are set
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 23, 2024
1 parent bf7cac6 commit 80ad79e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/chat-app-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chat-app-server"
version = "0.1.0"
version = "0.1.1-dev"
edition = "2021"
publish = false
description = "Server for Demo Chat App"
Expand Down
2 changes: 1 addition & 1 deletion crates/wykies-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wykies-server"
version = "0.1.1"
version = "0.1.0"
edition = "2021"
description = "Reusable Server Functionality for an Actix-Web REST server that needs WebSocket Functionality"

Expand Down

0 comments on commit 80ad79e

Please sign in to comment.