From 330e8f441ffca7daa33bd6cee8423cd3d0bee9e1 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Wed, 11 Oct 2023 10:42:00 +0200 Subject: [PATCH] Update postdoc.conf.js --- postdoc.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postdoc.conf.js b/postdoc.conf.js index 06517ef..a603477 100644 --- a/postdoc.conf.js +++ b/postdoc.conf.js @@ -1,7 +1,7 @@ const path = require('path'); const { - NIGHTWATCH_VERSION = '3.0.1', + NIGHTWATCH_VERSION = '3.2.1', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = path.join(__dirname, 'nightwatch-docs'), API_DOCS_FOLDER = path.join(__dirname, 'nightwatch/lib/api'), @@ -34,4 +34,4 @@ module.exports = { source_folder: EXAMPLES_FOLDER } } -} \ No newline at end of file +}