4.0.1, remove date from built files

This commit is contained in:
Hakim El Hattab
2020-05-25 16:21:27 +02:00
parent 8680fb3804
commit b074050a6d
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*!
* reveal.js 4.0.0 (Wed May 20 2020)
* reveal.js 4.0.1
* https://revealjs.com
* MIT licensed
*
+2 -2
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -25,7 +25,7 @@ const root = yargs.argv.root || '.'
const port = yargs.argv.port || 8000
const banner = `/*!
* reveal.js ${pkg.version} (${new Date().toDateString()})
* reveal.js ${pkg.version}
* ${pkg.homepage}
* MIT licensed
*
+1 -1
View File
@@ -26,7 +26,7 @@ import {
} from './utils/constants.js'
// The reveal.js version
export const VERSION = '4.0.0';
export const VERSION = '4.0.1';
/**
* reveal.js
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "4.0.0",
"version": "4.0.1",
"description": "The HTML Presentation Framework",
"homepage": "https://revealjs.com",
"subdomain": "revealjs",