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

Commit

Permalink
Release 0.6.0 with .test TLD support. Last foreseeable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy authored and sstephenson committed Dec 8, 2017
1 parent e066510 commit 310f260
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,13 @@ looks like.

## Version History ##

* **0.6.0** (December 8, 2017):
* Switch top-level domain from .dev to .test. Google owns .dev and
enabled HSTS on it, breaking non-HTTPS sites. The .dev TLD is still
enabled for backward compatibility, but .test is the new default.
* This is the last release for the forseeable future. Check out
[puma-dev](https://github.com/puma/puma-dev#readme) for a contemporary alternative.

* **0.5.0** (October 16, 2014):
* Support for OS X Yosemite. Pow no longer uses the ipfw firewall,
which was deprecated in OS X 10.9 and removed in 10.10. Port
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.5.0**
Current Version: **0.6.0**

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 @@ -44,7 +44,7 @@
POW_ROOT="$HOME/Library/Application Support/Pow"
NODE_BIN="$POW_ROOT/Current/bin/node"
POW_BIN="$POW_ROOT/Current/bin/pow"
LATEST_VERSION="0.5.0"
LATEST_VERSION="0.6.0"

if [ -z "$ARCHIVE_URL_ROOT" ]; then
ARCHIVE_URL_ROOT="http://get.pow.cx/versions"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ "name": "pow"
, "description": "Zero-configuration Rack server for Mac OS X"
, "version": "0.5.0"
, "version": "0.6.0"
, "author": "Sam Stephenson"
, "repository":
{ "type": "git"
, "url": "http://github.com/sstephenson/pow.git"
, "url": "https://github.com/sstephenson/pow.git"
}
, "bin": { "pow": "./bin/pow" }
, "main": "./lib/index.js"
Expand Down

0 comments on commit 310f260

Please sign in to comment.