Skip to content

Commit

Permalink
version up to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Dec 5, 2016
1 parent 256c29f commit 9ce8480
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.5 (2016-12-05)
- GitPrep theme color become dark blue.
2.4.2 (2016-08-23)
- fix issue count bugs
- add issue count and pull reqeust count to header
Expand Down
2 changes: 1 addition & 1 deletion lib/Gitprep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Time::Moment;
eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
}

our $VERSION = 'v2.4.1';
our $VERSION = 'v2.5';

has 'dbi';
has 'git';
Expand Down
4 changes: 2 additions & 2 deletions templates/include/footer.html.ep
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="footer">
<div class="container">
<div>
<a href="https://github.com/yuki-kimoto/gitprep">Gitprep</a> Version <%= $Gitprep::VERSION %>
build on <a href="https://github.com/kraih/mojo">Mojolicious</a>
<a title="Let's share GitPrep!" href="https://github.com/yuki-kimoto/gitprep">Gitprep</a> Version <%= $Gitprep::VERSION %>
build on <a title="Let's share Mojolicious!" href="https://github.com/kraih/mojo">Mojolicious</a>
</div>

% if (app->mode eq 'development') {
Expand Down

0 comments on commit 9ce8480

Please sign in to comment.