Skip to content

Commit 08b148c

Browse files
committed
update version number, release notes
1 parent 460e1b2 commit 08b148c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Tilt Handlebars Release Notes
22
=============================
33

4+
Version 1.3.1
5+
-------------
6+
7+
* Issue #1: Fix uninitialized constant Tilt::HandlebarsTemplate::Pathname. Thank you, [defeated](https://github.com/defeated) for the patch.
8+
9+
410
Version 1.3.0
511
-------------
612
2014 January 24

lib/tilt/handlebars/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Tilt
22
module Handlebars
3-
VERSION = "1.3.0"
3+
VERSION = "1.3.1"
44
end
55
end

0 commit comments

Comments
 (0)