From 7bb348ddcf2f60e36b36996998b78f3b36ea4e2c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 12 Nov 2016 18:39:18 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/App/IMDBtop.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 0406f91..bdc9072 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension App::IMDBtop. +0.001001 2016-11-12T18:39+00:00 + - Make this module work on non-patched IMDB::Film + 0.001 2016-10-31T23:41+00:00 - Initial release diff --git a/README b/README index 8f665d5..8a16404 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-IMDBtop version 0.001 -========================= +App-IMDBtop version 0.001001 +============================ This script solves a simple problem: you have a list of movies you've watched (in the form of IMDB IDs), and you are looking for the actors diff --git a/lib/App/IMDBtop.pm b/lib/App/IMDBtop.pm index 340c612..7bd0f7b 100644 --- a/lib/App/IMDBtop.pm +++ b/lib/App/IMDBtop.pm @@ -8,7 +8,7 @@ use Getopt::Long; use IMDB::Film; use IMDB::Persons; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; our $warned = 0; -- 2.30.2