From cd5c2ad33bda7946e8370c2a169bbc9d3a952bdf Mon Sep 17 00:00:00 2001 From: Bartosz Dokurno Date: Thu, 17 Aug 2023 17:30:01 +0200 Subject: [PATCH] 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b5a2d5..567bd3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dokchat", - "version": "1.2.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dokchat", - "version": "1.2.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "electron-log": "^4.4.8", diff --git a/package.json b/package.json index f44f789..c3eae01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dokchat", - "version": "1.1.0", + "version": "1.1.1", "description": "Fully fledged instant web messaging application", "productName": "DokChat", "author": "MrBartusek",