Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed May 24, 2012
1 parent 18ec2c9 commit cf8aa84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
@@ -1,5 +1,5 @@
{
"apiVersion" : "2.0.0",
"apiVersion" : "2.0.1",
"webServerPort" : 8080,
"socketServerPort" : 5000,
"serverName" : "actionHero API",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Evan Tahler <evantahler@gmail.com>",
"name": "actionHero",
"description": "actionHero is a minimalist, multi-node, transactional API framework written in javaScript",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/evantahler/actionHero",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions versions.markdown
@@ -1,5 +1,8 @@
# Action Hero API Versions

## Version 2.0.1
** Bug Fixes **

## Version 2.0.0

** Redis-powered Cluster & major refactor **
Expand Down

0 comments on commit cf8aa84

Please sign in to comment.