From 6906a3c40d51d95605eaf14eade3e477e2ff4ff5 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Thu, 21 Mar 2024 15:12:23 +0100 Subject: [PATCH] updated version number --- postdoc.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postdoc.config.js b/postdoc.config.js index 1991533..6d5d6a4 100644 --- a/postdoc.config.js +++ b/postdoc.config.js @@ -2,7 +2,7 @@ import {env} from 'node:process'; import {sep, join, basename, resolve, extname} from 'node:path'; const { - NIGHTWATCH_VERSION = '3.4.1', + NIGHTWATCH_VERSION = '3.5.0', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = resolve('../../nightwatchjs/nightwatch-docs'), API_DOCS_FOLDER = resolve('../../nightwatchjs/nightwatch/lib/api'),