From 71b48ef02d5a4eb270677f001fd4b228abefc7a0 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Mon, 29 Jan 2024 13:14:18 +0100 Subject: [PATCH] updated version --- postdoc.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postdoc.conf.js b/postdoc.conf.js index e2ff94d..58f2bce 100644 --- a/postdoc.conf.js +++ b/postdoc.conf.js @@ -1,7 +1,7 @@ const path = require('path'); const { - NIGHTWATCH_VERSION = '3.3.1', + NIGHTWATCH_VERSION = '3.4.0', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = path.join(__dirname, 'nightwatch-docs'), API_DOCS_FOLDER = path.join(__dirname, 'nightwatch/lib/api'),