3.3.0
This commit is contained in:
parent
fc3e4d7f23
commit
539e774d31
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reveal.js",
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"main": [
|
||||
"js/reveal.js",
|
||||
"css/reveal.css"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
var Reveal;
|
||||
|
||||
// The reveal.js version
|
||||
var VERSION = '3.2.0';
|
||||
var VERSION = '3.3.0';
|
||||
|
||||
var SLIDES_SELECTOR = '.slides section',
|
||||
HORIZONTAL_SLIDES_SELECTOR = '.slides>section',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reveal.js",
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"description": "The HTML Presentation Framework",
|
||||
"homepage": "http://lab.hakim.se/reveal-js",
|
||||
"subdomain": "revealjs",
|
||||
|
|
Loading…
Reference in a new issue