Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v2.0.1.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 4bba469..436916b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Ukigumo-Server

 {{$NEXT}}

+v2.0.1 2014-03-13T15:32:55Z
+
+    - Add screen shot in documentation
+    - Formal release! (Not UNAUTHORIZED)
+
 v2.0.0 2014-03-13T10:41:14Z

     - Delete old reports for keeping DB file size constant
  • Loading branch information
moznion committed Mar 13, 2014
1 parent 417aa7d commit 609a481
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension Ukigumo-Server

{{$NEXT}}

v2.0.1 2014-03-13T15:32:55Z

- Add screen shot in documentation
- Formal release! (Not UNAUTHORIZED)

v2.0.0 2014-03-13T10:41:14Z

- Delete old reports for keeping DB file size constant
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"web" : "https://github.com/ukigumo/ukigumo-server"
}
},
"version" : "v2.0.0",
"version" : "v2.0.1",
"x_contributors" : [
"xaicron <[email protected]>",
"Kan Fushihara <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Ukigumo/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Ukigumo::Server;
use strict;
use warnings;
use 5.010001;
use version; our $VERSION = version->declare('v2.0.0');
use version; our $VERSION = version->declare('v2.0.1');

use parent qw(Amon2);
use Carp;
Expand Down

0 comments on commit 609a481

Please sign in to comment.