From 2761b2d0ce83cdf3415161a48632e6ac2a64e1b3 Mon Sep 17 00:00:00 2001 From: soaresa <10797037+soaresa@users.noreply.github.com> Date: Fri, 29 Apr 2022 18:25:47 -0300 Subject: [PATCH] Apply language framework and change version to v0.5.0 (#114) * Apply language framework to make whole * Change version to 0.5.0 --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e12edb24..61827151 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "carpe" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "built", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b844c65e..ef5ec714 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" name = "carpe" repository = "https://github.com/OLSF/carpe" -version = "0.4.0" +version = "0.5.0" [build-dependencies] tauri-build = { version = "1.0.0-beta.4" } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 878cb1a2..65f1eaaf 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "carpe", - "version": "0.4.0" + "version": "0.5.0" }, "build": { "distDir": "../public",