From 55b88f256fd1be9e1ec0f0130fcbc291379a24a5 Mon Sep 17 00:00:00 2001 From: Gnucki Date: Mon, 16 Feb 2015 19:26:57 +0100 Subject: [PATCH] Update version --- package.json | 2 +- test/functional/proto/package.json | 2 +- test/functional/test/package.json | 2 +- test/functional/tutorial/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fde8a69..77bbae8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "danf", "description": "Danf is a javascript/node.js full-stack OOP framework allowing to code the same way on both the server (node.js) and client (browser) sides. It provides many features in order to help producing scalable, maintainable, testable and performant applications.", - "version": "0.2.1", + "version": "0.2.2", "author": "Thomas Prelot ", "contributors": [ { diff --git a/test/functional/proto/package.json b/test/functional/proto/package.json index 7ffb4b0..6a77abf 100644 --- a/test/functional/proto/package.json +++ b/test/functional/proto/package.json @@ -5,7 +5,7 @@ "author": "Me ", "contributors": [], "dependencies": { - "danf": "0.2.1", + "danf": "0.2.2", "amdefine": "0.1.*" }, "devDependencies": { diff --git a/test/functional/test/package.json b/test/functional/test/package.json index 7ffb4b0..6a77abf 100644 --- a/test/functional/test/package.json +++ b/test/functional/test/package.json @@ -5,7 +5,7 @@ "author": "Me ", "contributors": [], "dependencies": { - "danf": "0.2.1", + "danf": "0.2.2", "amdefine": "0.1.*" }, "devDependencies": { diff --git a/test/functional/tutorial/package.json b/test/functional/tutorial/package.json index 32ef6d0..7bf1423 100644 --- a/test/functional/tutorial/package.json +++ b/test/functional/tutorial/package.json @@ -5,7 +5,7 @@ "author": "Me ", "contributors": [], "dependencies": { - "danf": "0.2.1", + "danf": "0.2.2", "amdefine": "0.1.*" }, "devDependencies": {