From c515cb226b9be1fa2ceffdc1870d6ab217728033 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 16 May 2015 22:00:03 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 4 ++-- lib/App/RemoteGnokii.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index c4c42b6..a2e4ada 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension App::RemoteGnokii. +0.001 2015-05-16T22:01+03:00 + - Stable release + - Fix license + 0.000_001 2014-09-14T01:27+03:00 - Initial release diff --git a/README b/README index 2147cbf..9bdd764 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-RemoteGnokii version 0.000_001 -================================== +App-RemoteGnokii version 0.001 +============================== RemoteGnokii is a set of scripts that add networking to gnokii-smsd. With them, all messages received are forwarded to a given phone diff --git a/lib/App/RemoteGnokii.pm b/lib/App/RemoteGnokii.pm index 718ac93..d7e5888 100644 --- a/lib/App/RemoteGnokii.pm +++ b/lib/App/RemoteGnokii.pm @@ -3,7 +3,7 @@ package App::RemoteGnokii; use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.001'; use Config::Any; use File::Copy qw/move/; -- 2.30.2