From af30abb0e3112ce3cdc886cc6f363a50f688194e Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Tue, 17 Dec 2024 00:36:26 +0530 Subject: [PATCH] (chore): bumped up to v0.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/installer/windows/nsis-template.nsi | 4 ++-- src-tauri/tauri.conf.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b93a560..a81a2b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pytubepp-helper", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pytubepp-helper", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.1.0", diff --git a/package.json b/package.json index aa638a0..038ca0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pytubepp-helper", "private": true, - "version": "0.3.0", + "version": "0.4.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/installer/windows/nsis-template.nsi b/src-tauri/installer/windows/nsis-template.nsi index 6fcaa7b..8b1db81 100644 --- a/src-tauri/installer/windows/nsis-template.nsi +++ b/src-tauri/installer/windows/nsis-template.nsi @@ -18,8 +18,8 @@ ${StrLoc} !define MANUFACTURER "neosubhamoy" !define PRODUCTNAME "pytubepp-helper" -!define VERSION "0.3.0" -!define VERSIONWITHBUILD "0.3.0.0" +!define VERSION "0.4.0" +!define VERSIONWITHBUILD "0.4.0.0" !define SHORTDESCRIPTION "PytubePP Helper" !define INSTALLMODE "currentUser" !define LICENSE "..\..\..\..\..\LICENSE" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 355de8c..b79868e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "pytubepp-helper", - "version": "0.3.0" + "version": "0.4.0" }, "tauri": { "allowlist": {