Skip to content

Commit

Permalink
follow-up: increment version on patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pders01 committed Dec 4, 2023
1 parent 71da066 commit 34ed858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Com/LMSCloud/EventManagement.pm
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ BEGIN {
}

## Here we set our plugin version
our $VERSION = '1.6.3';
our $VERSION = '1.6.4';
our $MINIMUM_VERSION = '18.05';

## Here is our metadata, some keys are required, some are optional
our $METADATA = {
name => 'LMSEventManagement',
author => 'LMSCloud GmbH',
date_authored => '2021-10-15',
date_updated => '2023-11-24',
date_updated => '2023-12-04',
minimum_version => $MINIMUM_VERSION,
maximum_version => undef,
version => $VERSION,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lms-event-management",
"version": "1.6.3",
"version": "1.6.4",
"description": "Managing events just got easier!",
"main": "gulpfile.js",
"scripts": {
Expand Down Expand Up @@ -101,5 +101,5 @@
"ts-pattern": "^5.0.5",
"zod": "^3.22.4"
},
"previous_version": "1.6.2"
"previous_version": "1.6.3"
}

0 comments on commit 34ed858

Please sign in to comment.