8000 4.0.0 · hakimel/reveal.js@f0b67ad · GitHub
[go: up one dir, main page]

Skip to content

Commit f0b67ad

Browse files
committed
4.0.0
1 parent 38eda3a commit f0b67ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/reveal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
} from './utils/constants.js'
2727

2828
// The reveal.js version
29-
export const VERSION = '4.0.0-rc.1';
29+
export const VERSION = '4.0.0';
3030

3131
/**
3232
* reveal.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reveal.js",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0",
44
"description": "The HTML Presentation Framework",
55
"homepage": "https://revealjs.com",
66
"subdomain": "revealjs",

0 commit comments

Comments
 (0)
2F89
0