Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 5, 2011
1 parent 89f5fd1 commit 524fa58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@


0.7.1 / 2011-03-04
==================

* Fixed `script()` etc pipe-less text with attrs

0.7.0 / 2011-03-04 0.7.0 / 2011-03-04
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion lib/jade.js
Expand Up @@ -17,7 +17,7 @@ var Parser = require('./parser')
* Library version. * Library version.
*/ */


exports.version = '0.7.0'; exports.version = '0.7.1';


/** /**
* Intermediate JavaScript cache. * Intermediate JavaScript cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "jade", "name": "jade",
"description": "Jade template engine", "description": "Jade template engine",
"version": "0.7.0", "version": "0.7.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./index.js", "main": "./index.js",
"bin": { "jade": "./bin/jade" }, "bin": { "jade": "./bin/jade" },
Expand Down

0 comments on commit 524fa58

Please sign in to comment.