Skip to content

Commit

Permalink
Bump package.json version to 1.2.3 (#1249)
Browse files Browse the repository at this point in the history
* Bump package.json version to 1.2.3
  • Loading branch information
Antonio-Maranhao committed Feb 3, 2020
1 parent 0893940 commit f64e88d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ git:
env:
- COUCHDB_IMAGE=apache/couchdb:2.3.1 NIGHTWATCH_SKIPTAGS="search,partitioned"
- COUCHDB_IMAGE=couchdb:dev NIGHTWATCH_SKIPTAGS="search,nonpartitioned"
- COUCHDB_IMAGE=ibmcom/couchdb3:preview-1580123218 NIGHTWATCH_SKIPTAGS=nonpartitioned

before_install:
- npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion bin/build-couchdb-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -xe
if [[ $COUCHDB_IMAGE == "couchdb:dev" ]]; then
git clone https://github.com/apache/couchdb-docker.git
cd couchdb-docker
docker build dev --build-arg configure_options='--disable-fauxton --disable-docs' -t couchdb:dev
docker build dev --build-arg configure_options='--disable-fauxton --disable-docs --spidermonkey-version 60' -t couchdb:dev
cd ..
rm -rf couchdb-docker
fi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fauxton",
"version": "1.2.2",
"version": "1.2.3",
"description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
"main": "./index.js",
"directories": {
Expand Down

0 comments on commit f64e88d

Please sign in to comment.