Showing 3 changed files with 5 additions and 3 deletions
+2
CHANGES
... ...
@@ -1,3 +1,5 @@
1
+2.5 (2016-12-05)
2
+  - GitPrep theme color become dark blue.
1 3
 2.4.2 (2016-08-23)
2 4
   - fix issue count bugs
3 5
   - add issue count and pull reqeust count to header
+1 -1
lib/Gitprep.pm
... ...
@@ -17,7 +17,7 @@ use Time::Moment;
17 17
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
18 18
 }
19 19
 
20
-our $VERSION = 'v2.4.1';
20
+our $VERSION = 'v2.5';
21 21
 
22 22
 has 'dbi';
23 23
 has 'git';
+2 -2
templates/include/footer.html.ep
... ...
@@ -1,8 +1,8 @@
1 1
 <div class="footer">
2 2
   <div class="container">
3 3
     <div>
4
-      <a href="https://github.com/yuki-kimoto/gitprep">Gitprep</a> Version <%= $Gitprep::VERSION %>
5
-      build on <a href="https://github.com/kraih/mojo">Mojolicious</a>
4
+      <a title="Let's share GitPrep!" href="https://github.com/yuki-kimoto/gitprep">Gitprep</a> Version <%= $Gitprep::VERSION %>
5
+      build on <a title="Let's share Mojolicious!" href="https://github.com/kraih/mojo">Mojolicious</a>
6 6
     </div>
7 7
 
8 8
     % if (app->mode eq 'development') {