Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed Dec 5, 2023
1 parent f967e01 commit b43a064
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added build/module_pickup-2.3.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion core/modules/modPickup.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1';
$this->version = '2.3.2';
// 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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolibarrpickup",
"version": "2.3.1",
"version": "2.3.2",
"description": "## This is the javascript for the DolibarrPickup mobile application...",
"scripts": {
"lint:tsc": "eslint --ext .ts ./src",
Expand Down

0 comments on commit b43a064

Please sign in to comment.