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 /js | |
parent | fc3e4d7f2392f6e406067021df180acda7a9085c (diff) |
3.3.0
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |