From 446dcadd442d278168be9ab63d6d864fd933aee7 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 15 Feb 2024 11:45:34 +0100 Subject: [PATCH] v2.5.1 --- core/modules/modPickup.class.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/modules/modPickup.class.php b/core/modules/modPickup.class.php index 79aa95a4..52bd791a 100644 --- a/core/modules/modPickup.class.php +++ b/core/modules/modPickup.class.php @@ -65,7 +65,7 @@ public function __construct($db) $this->editor_name = 'John Livingston'; $this->editor_url = 'https://johnxlivingston.github.io/DolibarrPickup/'; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' - $this->version = '2.5.0'; + $this->version = '2.5.1'; // Url to the file with your last numberversion of this module // Note: this file is auto-generated by Github actions, based on $this->version in this file. // See .github/workflows/gh-pages.yml. diff --git a/package-lock.json b/package-lock.json index 0700f4dc..bcd045a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dolibarrpickup", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dolibarrpickup", - "version": "2.5.0", + "version": "2.5.1", "license": "AGPL-3.0-or-later", "devDependencies": { "@types/jquery": "^3.5.13", diff --git a/package.json b/package.json index 08e85fee..b879fec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dolibarrpickup", - "version": "2.5.0", + "version": "2.5.1", "description": "## This is the javascript for the DolibarrPickup mobile application...", "scripts": { "lint:tsc": "eslint --ext .ts ./src",