Skip to content

Commit

Permalink
Bump version to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Dec 17, 2013
1 parent 15c0531 commit 7773ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Samy Pesse",
"name": "hr.js",
"description": "Client-side framework for structured applications.",
"version": "0.2.9",
"version": "0.2.10",
"keywords": [
"clientside"
],
Expand Down
2 changes: 1 addition & 1 deletion src/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define(function() {
"args": {},

// Hr version
"version": "0.2.9",
"version": "0.2.10",

// Log level
// "log", "debug", "warn", "error", "none"
Expand Down
2 changes: 1 addition & 1 deletion vendors/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -10225,7 +10225,7 @@ define('hr/configs',[],function() {
"args": {},

// Hr version
"version": "0.2.9",
"version": "0.2.10",

// Log level
// "log", "debug", "warn", "error", "none"
Expand Down

0 comments on commit 7773ac5

Please sign in to comment.