Skip to content

Commit

Permalink
✨ Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 4, 2024
1 parent 6fd9f6f commit f5a85c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluer"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Nils Wrenger <[email protected]>"]
description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend"
Expand All @@ -14,7 +14,7 @@ license = "MIT"
[lib]

[dependencies]
gluer-macros = { path = "macros", version = "0.6.0" }
gluer-macros = { path = "macros", version = "0.6.1" }
axum = "0.7.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
gluer = "0.6.0"
gluer = "0.6.1"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluer-macros"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Nils Wrenger <[email protected]>"]
description = "Procedural macros for the gluer framework"
Expand Down

0 comments on commit f5a85c6

Please sign in to comment.