Showing 2 changed files with 3 additions and 1 deletions
+2
CHANGES
... ...
@@ -1,3 +1,5 @@
1
+2.4.1 (2016-08-22)
2
+  - fix compare page view link bug
1 3
 2.4 (2016-08-20)
2 4
   - add tar.gz download button
3 5
   - add website URL settings. you can create external link.
+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.3.1';
20
+our $VERSION = 'v2.4.1';
21 21
 
22 22
 has 'dbi';
23 23
 has 'git';