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": {