Showing 2 changed files with 3 additions and 1 deletions
+2
CHANGES
... ...
@@ -1,3 +1,5 @@
1
+1.12
2
+  Catch up latest Github design.
1 3
 1.11
2 4
   - support relative path in README.md and blob html.
3 5
   - support git version 2
+1 -1
lib/Gitprep.pm
... ...
@@ -18,7 +18,7 @@ use Mojolicious::Plugin::AutoRoute::Util 'template';
18 18
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
19 19
 }
20 20
 
21
-our $VERSION = 'v1.12_dev';
21
+our $VERSION = 'v1.12';
22 22
 
23 23
 has 'dbi';
24 24
 has 'git';