Skip to content

Commit

Permalink
Add Finnish description
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaraisa committed Sep 21, 2021
1 parent cdf1691 commit 0b37676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Koha/Plugin/Fi/KohaSuomi/BroadcastBiblios.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ use Koha::Plugin::Fi::KohaSuomi::BroadcastBiblios::Modules::Broadcast;
use Koha::Plugin::Fi::KohaSuomi::BroadcastBiblios::Modules::ActiveRecords;

## Here we set our plugin version
our $VERSION = "1.1.1";
our $VERSION = "1.1.2";

## Here is our metadata, some keys are required, some are optional
our $metadata = {
name => 'Broadcast biblios',
author => 'Johanna Räisä',
date_authored => '2021-09-09',
date_updated => '2021-09-20',
date_updated => '2021-09-21',
minimum_version => '17.05',
maximum_version => '',
version => $VERSION,
description => 'Tool to broadcast biblios',
description => 'Tietuesiirtäjä valutukseen',
};

## This is the minimum code required for a plugin's 'new' method
Expand Down

0 comments on commit 0b37676

Please sign in to comment.