Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 12, 2024
1 parent 2e37c4c commit 823899e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Gtk3/ImageView.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Carp;
use Readonly;
Readonly my $MAX_ZOOM => 100;

our $VERSION = '12';
our $VERSION = '13';

use Glib::Object::Subclass Gtk3::DrawingArea::, signals => {
'zoom-changed' => {
Expand Down
2 changes: 1 addition & 1 deletion lib/Gtk3/ImageView/Tool.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;
use Glib qw(TRUE FALSE); # To get TRUE and FALSE

our $VERSION = '12';
our $VERSION = '13';

sub new {
my $class = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Gtk3/ImageView/Tool/Dragger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Readonly;
Readonly my $FLOAT_EPS => 0.01;
Readonly my $RIGHT_BUTTON => 3;

our $VERSION = '12';
our $VERSION = '13';

sub button_pressed {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Gtk3/ImageView/Tool/Selector.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Readonly;
Readonly my $RIGHT_BUTTON => 3;
Readonly my $EDGE_WIDTH => 5;

our $VERSION = '12';
our $VERSION = '13';

sub button_pressed {
my ( $self, $event ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Gtk3/ImageView/Tool/SelectorDragger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use base 'Gtk3::ImageView::Tool';
use Glib qw(TRUE FALSE); # To get TRUE and FALSE

our $VERSION = '12';
our $VERSION = '13';

sub new {
my $class = shift;
Expand Down

0 comments on commit 823899e

Please sign in to comment.