From 74f6e53f1984fa8c19df5e1f1a2c20f8f7c7a3f1 Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:23:53 +0530 Subject: [PATCH] Update buuldversion --- mas.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mas.json b/mas.json index 914bd6b..b90846e 100644 --- a/mas.json +++ b/mas.json @@ -2,7 +2,7 @@ "productName": "Upscayl", "appId": "org.upscayl.Upscayl", "afterSign": "./notarize.js", - "buildVersion": "25.04.24", + "buildVersion": "25.06.01", "asar": true, "asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"], "extraFiles": [ diff --git a/package.json b/package.json index 119515c..e73bb6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upscayl", "private": true, - "version": "2.11.0", + "version": "2.11.5", "productName": "Upscayl", "author": { "name": "Nayam Amarshe",