Skip to content

Commit

Permalink
chore: correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sentinel1909 committed Jan 13, 2024
1 parent 146617d commit 4cd14e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "frontend"
version = "2.0.0"
version = "2.1.0"
edition = "2021"
description = "Template frontend app using the Yew web framework for Rust"
readme = "README.md"
authors = ["Jeffery D. Mitchell", "<sentinel1909@jeff-mitchell.dev"]
authors = ["Jeffery D. Mitchell", "<crusty-rustacean@jeffmitchelldev.com>"]
repository = "https://github.com/sentinel1909/shuttle-template-yew"
license = 'MIT'
publish = false
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "2.0.0"
version = "2.1.0"
edition = "2021"
description = "Template frontend app using the Yew web framework for Rust"
readme = "README.md"
Expand Down

0 comments on commit 4cd14e8

Please sign in to comment.