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
LMSCloudPaulD committed Sep 18, 2023
1 parent 2f1c1f7 commit 9be24a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/LMSCloud/EventManagement.pm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ BEGIN {
}

## Here we set our plugin version
our $VERSION = '1.3.28';
our $VERSION = '1.3.29';
our $MINIMUM_VERSION = '18.05';

## Here is our metadata, some keys are required, some are optional
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.3.28",
"version": "1.3.29",
"description": "Managing events just got easier!",
"main": "gulpfile.js",
"scripts": {
Expand Down Expand Up @@ -92,5 +92,5 @@
"pell": "^1.0.6",
"zod": "^3.21.4"
},
"previous_version": "1.3.27"
"previous_version": "1.3.28"
}

0 comments on commit 9be24a2

Please sign in to comment.