From b4feb3d45b6e27c9827645fbb3460f6c3c7264b3 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Fri, 8 Jul 2022 01:13:34 +0400 Subject: [PATCH] v0.0.5 --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- src/components/Sidebar.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea3d75b..110e937 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "snip-snap", "private": true, - "version": "0.0.3", + "version": "0.0.5", "scripts": { "dev": "vite --port 9999", "build": "tsc && vite build", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e46dfd..c32d2f5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "SnipSnap", - "version": "0.0.3" + "version": "0.0.5" }, "tauri": { "allowlist": { diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 54b7bda..15af22b 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -116,7 +116,7 @@ export const Sidebar: React.FC = ({ SnipSnap - 0.0.3 + 0.0.5