Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marhop committed Jul 5, 2019
1 parent 325306b commit 03cba20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 1.1.1

2019-07-05

* Bugfix: Files with different extensions like *.{jpg,tif} are now sorted
correctly by file name rather than by extension.

# Release 1.1.0

2019-07-03
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app_version = 1.1.0
app_version = 1.1.1
sdistfiles = verso.pl verso.conf verso.desktop README.md CHANGES.md Makefile LICENSE.txt

bin = $(DESTDIR)/usr/bin/verso
Expand Down
2 changes: 1 addition & 1 deletion verso.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
use List::Util qw(min);

my $app_name = 'Verso';
my $app_version = '1.1.0';
my $app_version = '1.1.1';
my $app_description = 'editor for embedded image metadata';
my $app_copyright = 'Copyright 2013-2019 Martin Hoppenheit';
my $app_website = 'https://martin.hoppenheit.info/code/verso/';
Expand Down

0 comments on commit 03cba20

Please sign in to comment.