Skip to content

Commit

Permalink
Release 24.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taskula committed Jan 26, 2025
1 parent e669d80 commit eb8d211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Fi/Hypernova/SelfCheckoutCheckin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ use Mojo::JSON qw(decode_json);
use YAML;
use Try::Tiny;

our $VERSION = "24.05.01";
our $VERSION = "24.11.01";

our $metadata = {
name => 'Self Checkout & Check-in without login',
author => 'Lari Taskula',
date_authored => '2023-08-04',
date_updated => "2024-08-19",
date_updated => "2025-01-26",
minimum_version => '24.05.01.000',
maximum_version => undef,
version => $VERSION,
Expand Down

0 comments on commit eb8d211

Please sign in to comment.