Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Sep 18, 2017
1 parent 71aeaad commit b3b84c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.01:

dict.leo.org now forces SSL via Cloudflare, we follow suit.

2.00:

Fixed rt.cpan.org#119714 rt.cpan.org#120563 and https://github.com/TLINDEN/leo/pull/1:
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ HISTORY
COPYRIGHT

WWW::Dict::Leo::Org + leo
Copyright (c) 2007-2016 by Thomas v.D. <[email protected]>
Copyright (c) 2007-2017 by Thomas v.D. <[email protected]>

http://dict.leo.org/
Copyright (c) 1995-2016 LEO Dictionary Team.
Copyright (c) 1995-2017 LEO Dictionary Team.

The search results returned by leo are based on the work of the people
at LEO.org. Thanks for the great work.
Expand Down
10 changes: 5 additions & 5 deletions leo
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# All other brand and product names are trademarks, registered trademarks
# or service marks of their respective holders.

#use lib qw(blib/lib);
use lib qw(blib/lib);

use utf8;

Expand All @@ -33,7 +33,7 @@ my $default_c = "\033[0m"; # reset default terminal color
my $bold_c = "\033[0;34m"; # blue color
my $copy_c = "\033[0;35m"; # copyright message color (green)

my $version = "2.00";
my $version = "2.01";
my $config = $ENV{HOME} . "/.leo";
my $cache = $ENV{HOME} . "/.leo-CACHE.db";

Expand Down Expand Up @@ -645,9 +645,9 @@ to me, thanks.
=head1 COPYRIGHT
B<leo> copyleft 2000-2016 Thomas v.D.. All rights reserved.
B<leo> copyleft 2000-2017 Thomas v.D.. All rights reserved.
http://dict.leo.org/ copyright (c) 1995-2016 LEO Dictionary Team.
http://dict.leo.org/ copyright (c) 1995-2017 LEO Dictionary Team.
The search results returned by B<leo> are based on the work
Expand All @@ -670,6 +670,6 @@ browser, what is not prohibited. At least not today.
=head1 VERSION
This is the manpage for B<leo> version B<1.43>.
This is the manpage for B<leo> version B<2.01>.
=cut

0 comments on commit b3b84c6

Please sign in to comment.