Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed May 19, 2023
1 parent 57ee5ff commit b0ae5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Com/PTFSEurope/ReprintsDesk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ use Cwd qw(abs_path);
use CGI;
use JSON qw( encode_json decode_json );

our $VERSION = "1.0.0";
our $VERSION = "1.1.0";

our $metadata = {
name => 'Reprints Desk',
author => 'Andrew Isherwood',
date_authored => '2022-04-26',
date_updated => "2022-04-26",
date_updated => "2023-05-19",
minimum_version => '18.05.00.000',
maximum_version => undef,
version => $VERSION,
Expand Down

0 comments on commit b0ae5e6

Please sign in to comment.