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 +}