diff --git a/LICENSE.txt b/LICENSE.txt index 9e778b8..83a5440 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012-2014 Mateus Maso +Copyright (c) 2012 Mateus Maso Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -19,4 +19,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 2bd10ad..59682ed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ handlebars.nested [![Build Status](https://travis-ci.org/mateusmaso/handlebars.nested.svg?branch=master)](https://travis-ci.org/mateusmaso/handlebars.nested) ================= -This is an extension for Handlebars which allows nesting helpers and expressions in one level deep. For latest versions of Handlebars, please consider using [subexpressions](http://handlebarsjs.com/expressions.html) instead. +This is a Handlebars plugin which allows nesting helpers and expressions in one level deep. For latest versions of Handlebars, please consider using [subexpressions](http://handlebarsjs.com/expressions.html) instead. ## Install diff --git a/dist/handlebars.nested.js b/dist/handlebars.nested.js index 8ba6d0a..614f20c 100644 --- a/dist/handlebars.nested.js +++ b/dist/handlebars.nested.js @@ -1,6 +1,6 @@ // handlebars.nested // ----------------- -// v0.2.0 +// v0.2.1 // // Copyright (c) 2012-2016 Mateus Maso // Distributed under MIT license diff --git a/dist/handlebars.nested.min.js b/dist/handlebars.nested.min.js index 177a063..022d33d 100644 --- a/dist/handlebars.nested.min.js +++ b/dist/handlebars.nested.min.js @@ -1,6 +1,6 @@ // handlebars.nested // ----------------- -// v0.2.0 +// v0.2.1 // // Copyright (c) 2012-2016 Mateus Maso // Distributed under MIT license diff --git a/package.json b/package.json index 0f2430e..8d0ca95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "handlebars.nested", "description": "Handlebars plugin for nesting helpers and expressions", - "version": "0.2.0", + "version": "0.2.1", "author": "mateusmaso", "license": "MIT", "keywords": [