Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnucki committed Feb 16, 2015
1 parent 7b96646 commit 55b88f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion test/functional/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Me <[email protected]>",
"contributors": [],
"dependencies": {
"danf": "0.2.1",
"danf": "0.2.2",
"amdefine": "0.1.*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/functional/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Me <[email protected]>",
"contributors": [],
"dependencies": {
"danf": "0.2.1",
"danf": "0.2.2",
"amdefine": "0.1.*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/functional/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Me <[email protected]>",
"contributors": [],
"dependencies": {
"danf": "0.2.1",
"danf": "0.2.2",
"amdefine": "0.1.*"
},
"devDependencies": {
Expand Down

0 comments on commit 55b88f2

Please sign in to comment.