Bump version and update Changes master 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 May 2015 19:00:03 +0000 (22:00 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 May 2015 19:02:12 +0000 (22:02 +0300)
Changes
README
lib/App/RemoteGnokii.pm

diff --git a/Changes b/Changes
index c4c42b6fdbad4d5a101035fd6a48c119e2bc14f2..a2e4adaddbd61cbcbe5baf5a5780bf602ccd5ee9 100644 (file)
--- 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 2147cbf8e00f8aef0c7bd9981336ce668cc8b367..9bdd764e13b98d71c7e4854ed4717c3b804992cb 100644 (file)
--- 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
index 718ac9305fe078eaee4957ce2db629b6a6e3366c..d7e5888a56bd222af7d1b094ccad07839a9f7f99 100644 (file)
@@ -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/;
This page took 0.012108 seconds and 4 git commands to generate.