diff --git a/client/package.json b/client/package.json index 62353acb..de5934f4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "koji", - "version": "0.3.0", + "version": "0.3.1", "description": "Tool to make RDM routes", "main": "server/dist/index.js", "author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>", diff --git a/server/Cargo.lock b/server/Cargo.lock index 87236423..662c830a 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -341,7 +341,7 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "app" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix-files", "actix-session", diff --git a/server/app/Cargo.toml b/server/app/Cargo.toml index 6a00ff70..b55d32e9 100644 --- a/server/app/Cargo.toml +++ b/server/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.3.0" +version = "0.3.1" edition = "2021" publish = false