Skip to content

Commit

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

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

 {{$NEXT}}

+v2.0.2 2014-03-14T14:35:53Z
+
+    - Change option name to limit number of reports
+    - Upgrade SQL schemas
+    - Fix documentations
+
 v2.0.1 2014-03-13T15:32:55Z

     - Add screen shot in documentation
  • Loading branch information
moznion committed Mar 14, 2014
1 parent afe22f7 commit 8152b75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,12 @@ Revision history for Perl extension Ukigumo-Server

{{$NEXT}}

v2.0.2 2014-03-14T14:35:53Z

- Change option name to limit number of reports
- Upgrade SQL schemas
- Fix documentations

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

- Add screen shot in documentation
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -120,7 +120,7 @@
"web" : "https://github.com/ukigumo/ukigumo-server"
}
},
"version" : "v2.0.1",
"version" : "v2.0.2",
"x_contributors" : [
"xaicron <xaicron@gmail.com>",
"Kan Fushihara <kan@fout.jp>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Ukigumo/Server.pm
Expand Up @@ -2,7 +2,7 @@ package Ukigumo::Server;
use strict;
use warnings;
use 5.010001;
use version; our $VERSION = version->declare('v2.0.1');
use version; our $VERSION = version->declare('v2.0.2');

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

0 comments on commit 8152b75

Please sign in to comment.