diff --git a/js/reveal.js b/js/reveal.js index 45ffad5..04cc650 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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 diff --git a/package.json b/package.json index 2e80c67..07ec9d6 100644 --- a/package.json +++ b/package.json @@ -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",