From 9323e49f91365bee783cd530f2107ffc74c9aab6 Mon Sep 17 00:00:00 2001 From: Jouni Kantola Date: Wed, 18 Oct 2023 22:55:36 +0200 Subject: [PATCH] v2.6.0 --- neutralino.config.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/neutralino.config.json b/neutralino.config.json index 1ca12c8..e20074e 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json", "applicationId": "js.neutralino.mobtimer", - "version": "2.5.0", + "version": "2.6.0", "defaultMode": "window", "port": 0, "documentRoot": "/dist/", diff --git a/package-lock.json b/package-lock.json index 3675987..9a9ede4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mobtimer", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mobtimer", - "version": "2.5.0", + "version": "2.6.0", "license": "ISC", "dependencies": { "@neutralinojs/lib": "^3.12.0", diff --git a/package.json b/package.json index 808a916..1052724 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mobtimer", "private": true, - "version": "2.5.0", + "version": "2.6.0", "description": "Mob timer", "main": "index.js", "type": "module",