From b1768510f4478a8424f0b0f5743340e263f7e111 Mon Sep 17 00:00:00 2001 From: nwrenger Date: Mon, 29 Jul 2024 20:53:40 +0200 Subject: [PATCH] :sparkles: Bump Version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0fa74d5..ab4f805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gluer" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Nils Wrenger "] description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend" diff --git a/README.md b/README.md index 8a087fa..a4b07be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -light_magic = "0.3.1" +light_magic = "0.3.2" ``` ## Features