Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Feb 19, 2024
1 parent 268ddd7 commit 0342a23
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 = "2.0.1";
our $VERSION = "2.0.2";

our $metadata = {
name => 'Reprints Desk',
author => 'PTFS-Europe',
date_authored => '2022-04-26',
date_updated => "2024-02-16",
date_updated => "2024-02-19",
minimum_version => '22.11.05.000',
maximum_version => undef,
version => $VERSION,
Expand Down

0 comments on commit 0342a23

Please sign in to comment.