Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise committed Aug 21, 2012
1 parent 5afcca3 commit 10bfd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name": "robotskirt"
, "description": "A node wrapper for the awesome C markdown parsing library, sundown."
, "keywords": ["sundown", "upskirt", "robot", "markdown", "mkd"]
, "version": "2.2.2"
, "version": "2.2.3"

, "author": "Ben Mills <ben@bmdev.org>"
, "maintainers": [ "Ben Mills <ben@bmdev.org>"
Expand Down
2 changes: 1 addition & 1 deletion src/robotskirt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ NODE_DEF_MAIN() {
initVersion(target);
Local<Object> versions = Obj();
versions->Set(Symbol("sundown"), SundownVersion());
versions->Set(Symbol("robotskirt"), (new Version(2,2,2))->Wrapped());
versions->Set(Symbol("robotskirt"), (new Version(2,2,3))->Wrapped());
target->Set(Symbol("versions"), versions);

//Extension constants
Expand Down

0 comments on commit 10bfd81

Please sign in to comment.