We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7007a32 commit cc46dc2Copy full SHA for cc46dc2
Koha/Plugin/Com/PTFSEurope/ReprintsDesk.pm
@@ -10,13 +10,13 @@ use Cwd qw(abs_path);
10
use CGI;
11
use JSON qw( encode_json decode_json );
12
13
-our $VERSION = "2.0.4";
+our $VERSION = "2.0.5";
14
15
our $metadata = {
16
name => 'Reprints Desk',
17
author => 'PTFS-Europe',
18
date_authored => '2022-04-26',
19
- date_updated => "2024-03-27",
+ date_updated => "2024-06-19",
20
minimum_version => '22.11.05.000',
21
maximum_version => undef,
22
version => $VERSION,
0 commit comments