Browse Source

Tag as 0.4.1-dev

tags/0.4.1
Eric BRECHEMIER 14 years ago
parent
commit
e94a477e76
2 changed files with 2 additions and 4 deletions
  1. +1
    -3
      CHANGES.md
  2. +1
    -1
      mustache.js

+ 1
- 3
CHANGES.md View File

@@ -1,8 +1,6 @@
# mustache.js Changes

## 0.4.1-dev-familywall (2/15/2012)

## 0.4.0-dev-familywall (2/9/2012)
## 0.4.1-dev (2/15/2012)

* fixed greedy parsing of section name in regexp



+ 1
- 1
mustache.js View File

@@ -417,7 +417,7 @@ var Mustache = function () {

return({
name: "mustache.js",
version: "0.4.1-dev-familywall",
version: "0.4.1-dev",

/*
Turns a template and view into HTML


Loading…
Cancel
Save