3.9.1 because a local edit made it into npm

This commit is contained in:
Hakim El Hattab 2020-01-29 15:11:49 +01:00
parent 003a848790
commit eaf3988311
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -26,7 +26,7 @@
var Reveal;
// The reveal.js version
var VERSION = '3.9.0';
var VERSION = '3.9.1';
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.0",
"version": "3.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "reveal.js",
"version": "3.9.0",
"version": "3.9.1",
"description": "The HTML Presentation Framework",
"homepage": "http://revealjs.com",
"subdomain": "revealjs",