8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eda3a commit f0b67adCopy full SHA for f0b67ad
js/reveal.js
@@ -26,7 +26,7 @@ import {
26
} from './utils/constants.js'
27
28
// The reveal.js version
29
-export const VERSION = '4.0.0-rc.1';
+export const VERSION = '4.0.0';
30
31
/**
32
* reveal.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reveal.js",
3
- "version": "4.0.0-rc.1",
+ "version": "4.0.0",
4
"description": "The HTML Presentation Framework",
5
"homepage": "https://revealjs.com",
6
"subdomain": "revealjs",
0 commit comments