From 02276339d405180441a1472bfa7f71fe5d5a560c Mon Sep 17 00:00:00 2001 From: Lyubomir Ternavskiy <127299159+LyubomirT@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:46:43 +0200 Subject: [PATCH] Update version number to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51dcde9..ffaf674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismblue", - "version": "1.0.1", + "version": "1.1.0", "description": "This is a simple yet powerful text editor that works on any OS and helps you write text easier!", "icon": "brand/PBC_LOGO.ico", "main": "main.js",