From fc84c111d9b3ec3eeda25c2380c3d28167c28f69 Mon Sep 17 00:00:00 2001 From: Sylvester Keil Date: Mon, 10 Feb 2014 14:26:53 +0100 Subject: [PATCH] 3.1.3 --- History.txt | 5 +++++ lib/bibtex/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index bf2701a..4cc3627 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +3.1.3 / 2014-02-10 +================== + +* Fix Ruby warnings + 3.1.2 / 2014-01-29 ================== diff --git a/lib/bibtex/version.rb b/lib/bibtex/version.rb index 248e0a4..3c7d53d 100644 --- a/lib/bibtex/version.rb +++ b/lib/bibtex/version.rb @@ -20,7 +20,7 @@ module BibTeX module Version MAJOR = 3 MINOR = 1 - PATCH = 2 + PATCH = 3 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze