Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnucki committed Feb 27, 2015
1 parent 8ccd342 commit b21c88b
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.2",
"version": "0.2.3",
"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.2",
"danf": "0.2.3",
"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.2",
"danf": "0.2.3",
"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.2",
"danf": "0.2.3",
"amdefine": "0.1.*"
},
"devDependencies": {
Expand Down

0 comments on commit b21c88b

Please sign in to comment.