Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed May 2, 2014
1 parent b832c7f commit 66870eb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nunjucks",
"version": "1.0.1",
"version": "1.0.5",
"main": "browser/nunjucks.min.js",
"ignore": [
"Makefile",
Expand Down
2 changes: 1 addition & 1 deletion browser/nunjucks-slim.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Browser bundle of nunjucks 1.0.4 (slim, only works with precompiled templates)
// Browser bundle of nunjucks 1.0.5 (slim, only works with precompiled templates)

(function() {
var modules = {};
Expand Down
4 changes: 2 additions & 2 deletions browser/nunjucks-slim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browser/nunjucks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Browser bundle of nunjucks 1.0.4
// Browser bundle of nunjucks 1.0.5

(function() {
var modules = {};
Expand Down
4 changes: 2 additions & 2 deletions browser/nunjucks.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nunjucks",
"description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
"version": "1.0.4",
"version": "1.0.5",
"author": "James Long <[email protected]>",
"dependencies": {
"optimist": "*",
Expand Down

0 comments on commit 66870eb

Please sign in to comment.