Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Pow 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed May 11, 2011
1 parent daab3a7 commit a5c969d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ looks like.

## Version History ##

* **0.3.1** (May 11, 2011):
* The `POW_EXT_DOMAINS` option should actually work now. Apologies.

* **0.3.0** (May 10, 2011):
* The installation script now performs a self-test and attempts to
reload the system network configuration if DNS resolution fails.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

-----

Current Version: **0.3.0**
Current Version: **0.3.1**

To install or upgrade Pow, open a terminal and run this command:

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
set -e
POW_ROOT="$HOME/Library/Application Support/Pow"
POW_BIN="$POW_ROOT/Current/bin/pow"
[[ -z "$VERSION" ]] && VERSION=0.3.0
[[ -z "$VERSION" ]] && VERSION=0.3.1


# Fail fast if we're not on OS X >= 10.6.0.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "pow"
, "description": "Zero-configuration Rack server for Mac OS X"
, "version": "0.3.0"
, "version": "0.3.1"
, "author": "Sam Stephenson"
, "repository":
{ "type": "git"
Expand Down

0 comments on commit a5c969d

Please sign in to comment.