Skip to content

Commit 042afc1

Browse files
Updated version and changelog due to bug fix
1 parent e300aff commit 042afc1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.2.1 (October 28 2017)
2+
-------------
3+
Bug Fixes
4+
- Missing parenthesis got fixed
5+
6+
17
Version 1.2.0 (October 28 2017)
28
-------------
39
New Features

sqlite_miner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
use POSIX qw(strftime);
2727
use Time::HiRes qw(time);
2828

29-
my $version = "1.2.0";
29+
my $version = "1.2.1";
3030

3131
# Set up initial variables
3232
my $start_time = time;

0 commit comments

Comments
 (0)