Skip to content

Commit

Permalink
build: update static version string in base module
Browse files Browse the repository at this point in the history
  • Loading branch information
LMSCloudPaulD committed Jul 17, 2023
1 parent 5be1e21 commit aee8ff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.0';
our $VERSION = '1.1.1';
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-07-13',
date_updated => '2023-07-17',
minimum_version => $MINIMUM_VERSION,
maximum_version => undef,
version => $VERSION,
Expand Down
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/LMSCloud/EventManagement/dist/main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/lib/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ function padStart(
/**
* Normalizes a datetime string for use in an input field.
* @param datetime
* @param format
* @returns
* @param format
* @returns
*/
export function normalizeForInput(
datetime: string | Date,
Expand Down

0 comments on commit aee8ff4

Please sign in to comment.