From e559e02a947e3c3eb58fee87da9bcf74d56f1885 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Thu, 13 Nov 2014 09:42:00 -0500 Subject: [PATCH] Release 1.3.1 --- HISTORY.md | 6 ++++++ lib/github-markup.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0cfdac48..2c2ca4e2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 1.3.1 (2014-11-13) + +* Fix name error when trying to use newer versions of RedCarpet [#387](https://github.com/github/markup/pull/387) + +[Full changelog](https://github.com/github/markup/compare/v1.3.0...v1.3.1) + ## 1.3.0 (2014-09-11) * Extend the field limit for tables to 50 characters for RST [#306](https://github.com/github/markup/pull/306) diff --git a/lib/github-markup.rb b/lib/github-markup.rb index 18124c91..2f98a768 100644 --- a/lib/github-markup.rb +++ b/lib/github-markup.rb @@ -1,6 +1,6 @@ module GitHub module Markup - VERSION = '1.3.0' + VERSION = '1.3.1' Version = VERSION end end