diff options
author | Hakim El Hattab | 2016-04-18 15:29:51 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-04-18 15:29:51 +0200 |
commit | 539e774d31f91676bcc3f75e28168921cd27d819 (patch) | |
tree | accad4ad2d747c75bd85ec5966cde128bd0ab4a3 | |
parent | fc3e4d7f2392f6e406067021df180acda7a9085c (diff) |
3.3.0
-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.2.0", + "version": "3.3.0", "main": [ "js/reveal.js", "css/reveal.css" diff --git a/js/reveal.js b/js/reveal.js index dbb227b..10c609e 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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', diff --git a/package.json b/package.json index 043eac1..3135f35 100644 --- a/package.json +++ b/package.json @@ -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", |