From ecb47f5cddd823371833aac01480ae64419767c6 Mon Sep 17 00:00:00 2001 From: Aditya Date: Tue, 23 Jun 2026 07:30:03 +0530 Subject: [PATCH] fix: remove beta from version to fix Windows MSI bundle error --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ddd714d..519e0c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "papercache", "private": true, - "version": "0.5.0-beta", + "version": "0.5.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9255868..b603c1d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/2.0.0/tauri.schema.json", "productName": "PaperCache", - "version": "0.5.0-beta", + "version": "0.5.0", "identifier": "com.variablethe.papercache", "build": { "beforeDevCommand": "npm run dev",