Skip to content

Commit

Permalink
Revert ":sparkles: Bump Version"
Browse files Browse the repository at this point in the history
This reverts commit b176851.
  • Loading branch information
nwrenger committed Jul 29, 2024
1 parent b176851 commit b7bf158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluer"
version = "0.3.2"
version = "0.3.1"
edition = "2021"
authors = ["Nils Wrenger <nils@wrenger.net>"]
description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend"
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]
light_magic = "0.3.2"
light_magic = "0.3.1"
```

## Features
Expand Down

0 comments on commit b7bf158

Please sign in to comment.