You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/10/10 12:30:08 UTC

[couchdb-fauxton] 02/03: Bump version to 1.2.1

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit 77bc4f80c6d7b8f8c7dd8da55d483db63ebf41fe
Author: Will Holley <wi...@gmail.com>
AuthorDate: Wed Oct 9 20:04:10 2019 +0100

    Bump version to 1.2.1
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index fc01c73..4b4272c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fauxton",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
   "main": "./index.js",
   "directories": {