Skip to content

Commit

Permalink
Bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Matri committed Mar 21, 2013
1 parent d09bb91 commit dd42173
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kiwi.js
Expand Up @@ -1047,7 +1047,7 @@ exports.tools = require('./tools');
* Version
*/

exports.version = '0.2.1';
exports.version = '0.2.2';


/**
Expand Down
3 changes: 2 additions & 1 deletion kiwi.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/kiwi.js
Expand Up @@ -57,7 +57,7 @@ exports.__express = function(filename, options, callback) {
* Version
*/

exports.version = '0.2.1';
exports.version = '0.2.2';


/**
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "kiwi",
"description": "Simple, modular, fast and lightweight template engine, based on jQuery templates syntax.",
"version": "0.2.1",
"version": "0.2.2",
"author": "Pierre Matri <pierre.matri@coolony.com>",
"contributors": [
{ "name": "Pierre Matri", "email": "pierre.matri@coolony.com" }
Expand All @@ -15,7 +15,8 @@
"mocha": "*",
"should": "*",
"uglify-js": "*",
"jshint": "*"
"jshint": "*",
"commander": "*"
},
"keywords": ["kiwi", "asynchronous", "template", "web", "express", "engine", "html"],
"repository": "git://github.com/coolony/kiwi",
Expand Down
2 changes: 1 addition & 1 deletion test/run.js
Expand Up @@ -9,7 +9,7 @@
* Module dependencies
*/

var kiwi = require('../');
var kiwi = require('../index');
var tools = kiwi.tools;
var fs = require('fs');
var basename = require('path').basename;
Expand Down

0 comments on commit dd42173

Please sign in to comment.