From d41ee9bbcfb20b0228439fbe0875f8d5cd14b3e8 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Thu, 1 Sep 2022 16:44:52 -0400 Subject: [PATCH] Bump version to v0.3.3 --- backend/Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b18d4d0..6dbe29e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fantastic-rs" -version = "0.3.1" +version = "0.3.3" edition = "2021" [dependencies] diff --git a/package.json b/package.json index d93b3aa..626771b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Fantastic", - "version": "0.3.2", + "version": "0.3.3", "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", "scripts": { "build": "shx rm -rf dist && rollup -c",