From 85d5af5492cb3b6aecec91425d939cfb3a59889c Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Wed, 15 Nov 2023 09:40:50 +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 a603477..e2ff94d 100644 --- a/postdoc.conf.js +++ b/postdoc.conf.js @@ -1,7 +1,7 @@ const path = require('path'); const { - NIGHTWATCH_VERSION = '3.2.1', + NIGHTWATCH_VERSION = '3.3.1', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = path.join(__dirname, 'nightwatch-docs'), API_DOCS_FOLDER = path.join(__dirname, 'nightwatch/lib/api'),