aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-01-31 11:11:23 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-01-31 11:11:23 +0100
commit94d98ff7d89e35c7d5b289ba387cdb0d42b30793 (patch)
treea46f85a2010b901d2aba4f57cf01f5140e2d3a3e
parentb6cc6b4916d594ac9f5aeed34d4c4c93dafc1a12 (diff)
downloadfosdem-2021-minimalism-presentation-94d98ff7d89e35c7d5b289ba387cdb0d42b30793.tar
fosdem-2021-minimalism-presentation-94d98ff7d89e35c7d5b289ba387cdb0d42b30793.tar.gz
3.9.2 security release
-rw-r--r--bower.json2
-rw-r--r--js/reveal.js2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 8edaf37..bc825ab 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.9.1",
+ "version": "3.9.2",
"main": [
"js/reveal.js",
"css/reveal.css"
diff --git a/js/reveal.js b/js/reveal.js
index 8e82e7b..a1357a6 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -26,7 +26,7 @@
var Reveal;
// The reveal.js version
- var VERSION = '3.9.1';
+ var VERSION = '3.9.2';
var SLIDES_SELECTOR = '.slides section',
HORIZONTAL_SLIDES_SELECTOR = '.slides>section',
diff --git a/package-lock.json b/package-lock.json
index 5a1d393..f791009 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.9.1",
+ "version": "3.9.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4898ed2..460bcfa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.9.1",
+ "version": "3.9.2",
"description": "The HTML Presentation Framework",
"homepage": "http://revealjs.com",
"subdomain": "revealjs",