Repository: couchdb-fauxton Updated Branches: refs/heads/master 9115eaf80 -> 7e94fc41f
Revert to version 1.1.2 hello, I was updating the npm fauxton release today, and published the tag 1.1.3. Usually my next step would be to update the rebar.config file in couchdb, but when I tested the new release (reinstalling it globally), then fauxton, then localhost:8000, it wasnât working, so i reset 1.1.2 as the latest release. (so that if anyone npm installs it today, it will work.) I'm changing the version number back to match the version on rebar.config and npm. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/7e94fc41 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/7e94fc41 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/7e94fc41 Branch: refs/heads/master Commit: 7e94fc41f1f6efa8e92a1abbedd0c63b7bb9ae18 Parents: 9115eaf Author: michellephung <[email protected]> Authored: Sun May 1 10:52:03 2016 -0400 Committer: michellephung <[email protected]> Committed: Sun May 1 10:54:54 2016 -0400 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/7e94fc41/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index cf8bfa5..48d5bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fauxton", - "version": "1.1.3", + "version": "1.1.2", "description": "Fauxton is a modular CouchDB dashboard and Futon replacement.", "main": "./index.js", "directories": {
