diff --git a/History.markdown b/History.markdown index 96028ad..22f530a 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 1.3.0 / 2018-03-14 ### Development Fixes diff --git a/lib/jekyll-mentions/version.rb b/lib/jekyll-mentions/version.rb index 0f6882b..e64f350 100644 --- a/lib/jekyll-mentions/version.rb +++ b/lib/jekyll-mentions/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JekyllMentions - VERSION = "1.2.0".freeze + VERSION = "1.3.0".freeze end