Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 10, 2014
1 parent 4f9c1cf commit fc84c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.1.3 / 2014-02-10
==================

* Fix Ruby warnings

3.1.2 / 2014-01-29
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/bibtex/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc84c11

Please sign in to comment.