From f0b67ad6ea52c555204a641b39108ac2edcd6cf4 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 20 May 2020 12:09:03 +0200 Subject: [PATCH] 4.0.0 --- js/reveal.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",