diff options
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | js/reveal.js | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "3.6.0", + "version": "3.7.0", "main": [ "js/reveal.js", "css/reveal.css" diff --git a/js/reveal.js b/js/reveal.js index 103fa82..eaa9d60 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -26,7 +26,7 @@ var Reveal; // The reveal.js version - var VERSION = '3.6.0'; + var VERSION = '3.7.0'; var SLIDES_SELECTOR = '.slides section', HORIZONTAL_SLIDES_SELECTOR = '.slides>section', diff --git a/package.json b/package.json index 9bb5d29..cb8a711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "3.6.0", + "version": "3.7.0", "description": "The HTML Presentation Framework", "homepage": "http://revealjs.com", "subdomain": "revealjs", |