This commit is contained in:
Hakim El Hattab 2020-01-27 14:47:17 +01:00
parent a59b1415f8
commit 45f468ccc4
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -26,7 +26,7 @@
var Reveal; var Reveal;
// The reveal.js version // The reveal.js version
var VERSION = '3.8.0'; var VERSION = '3.9.0-beta';
var SLIDES_SELECTOR = '.slides section', var SLIDES_SELECTOR = '.slides section',
HORIZONTAL_SLIDES_SELECTOR = '.slides>section', HORIZONTAL_SLIDES_SELECTOR = '.slides>section',

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "reveal.js", "name": "reveal.js",
"version": "3.8.0", "version": "3.9.0-beta",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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