From a31e86444a129d26104d7817f767a6279063f810 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 10 May 2025 14:13:02 +0200 Subject: [PATCH] Bump version. Signed-off-by: Thomas Hochstein --- doc/ChangeLog | 3 +++ lib/NewsStats.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 569a3e6..b21f9a5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +NewsStats 0.3.0 (unreleased) + + NewsStats 0.2.0 (2025-05-10) * Redo directory structure: - Move all scripts to /bin diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index 11f25f8..01e1994 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -48,7 +48,7 @@ require Exporter; Output => [qw(OutputData FormatOutput)], SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList SQLSetBounds SQLBuildClause GetMaxLength)]); -$VERSION = '0.2.0'; +$VERSION = '0.3.0'; use Data::Dumper; use File::Basename;