Bump version
Modified: lib/jekyll/task/i18n/version.rb (+2 -2) =================================================================== |
||
... 1 2 3 4 ... 17 18 19 20 21 22 23 |
... 1 2 3 4 ... 17 18 19 20 21 22 23 |
@@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The ruby-gettext project +# Copyright (C) 2014-2018 The ruby-gettext project # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -17,7 +17,7 @@ module Jekyll module Task class I18n - VERSION = "1.0.3" + VERSION = "1.0.4" end end end |
---|