aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-20 12:09:03 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-20 12:09:03 +0200
commitf0b67ad6ea52c555204a641b39108ac2edcd6cf4 (patch)
tree47ab018cb3f3a5a445a92131483e26a4d9e53dd3
parent38eda3aada59b673bfe51b174bb57f8de2aca45c (diff)
downloadfosdem-2021-minimalism-presentation-f0b67ad6ea52c555204a641b39108ac2edcd6cf4.tar
fosdem-2021-minimalism-presentation-f0b67ad6ea52c555204a641b39108ac2edcd6cf4.tar.gz
4.0.0
-rw-r--r--js/reveal.js2
-rw-r--r--package.json2
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",