3.9.2 security release

This commit is contained in:
Hakim El Hattab 2020-01-31 11:11:23 +01:00
parent b6cc6b4916
commit 94d98ff7d8
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "3.9.1",
"version": "3.9.2",
"main": [
"js/reveal.js",
"css/reveal.css"

View File

@ -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',

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "3.9.1",
"version": "3.9.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",