Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leshill committed Jun 19, 2012
1 parent 40eafb7 commit 47272f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,3 @@
## 1.3.0 (2012-06-18)

* #9 - Support lambda construct in **mustache**, set via `config.lambda_support = true`
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hogan_assets (1.2.0)
hogan_assets (1.3.0)
execjs (>= 1.2.9)
sprockets (>= 2.0.3)
tilt (>= 1.3.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/hogan_assets/version.rb
@@ -1,3 +1,3 @@
module HoganAssets
VERSION = "1.2.0"
VERSION = "1.3.0"
end

0 comments on commit 47272f8

Please sign in to comment.