Skip to content

Commit c29e6f1

Browse files
committed
version -twitter-b
1 parent a0979ab commit c29e6f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mustache.js Changes
22

3+
## 0.3.1-dev-twitter-b (8/23/2011)
4+
5+
* Cached regexes for improved performance
6+
37
## 0.3.1-dev-twitter (12/3/2010)
48

59
* fixed double-rendering bug

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ var Mustache = function() {
377377

378378
return({
379379
name: "mustache.js",
380-
version: "0.3.1-dev-twitter",
380+
version: "0.3.1-dev-twitter-b",
381381

382382
/*
383383
Turns a template and view into HTML

0 commit comments

Comments
 (0)