From ae93a57aab22015793e1e47e71093a4205c5053d Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Wed, 3 Jul 2024 14:56:35 -0400 Subject: [PATCH] v0.5.0 --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6ba20aa..7577f45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "creddy", - "version": "0.4.9", + "version": "0.5.0", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index da2f1f2..68c6d7c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "creddy" -version = "0.4.9" +version = "0.5.0" description = "A friendly AWS credentials manager" authors = ["Joseph Montanaro"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index abf76db..405ec8f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -50,7 +50,7 @@ } }, "productName": "creddy", - "version": "0.4.9", + "version": "0.5.0", "identifier": "creddy", "plugins": {}, "app": {