4.0.0
This commit is contained in:
parent
38eda3aada
commit
f0b67ad6ea
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ import {
|
|||
} from './utils/constants.js'
|
||||
|
||||
// The reveal.js version
|
||||
export const VERSION = '4.0.0-rc.1';
|
||||
export const VERSION = '4.0.0';
|
||||
|
||||
/**
|
||||
* reveal.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reveal.js",
|
||||
"version": "4.0.0-rc.1",
|
||||
"version": "4.0.0",
|
||||
"description": "The HTML Presentation Framework",
|
||||
"homepage": "https://revealjs.com",
|
||||
"subdomain": "revealjs",
|
||||
|
|
Loading…
Reference in a new issue