diff options
author | Hakim El Hattab | 2017-01-10 13:47:24 +0100 |
---|---|---|
committer | Hakim El Hattab | 2017-01-10 13:47:33 +0100 |
commit | fb8414f4cb092a9f675e783b29b651a03a7858f4 (patch) | |
tree | 6b9c24770062433e923ee7bd414d7a036997255e /js | |
parent | a144134b42c15964f469cf4499859268f52ccb46 (diff) |
3.4.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 7a4bc9e..c1c4eca 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -26,7 +26,7 @@ var Reveal; // The reveal.js version - var VERSION = '3.3.0'; + var VERSION = '3.4.0'; var SLIDES_SELECTOR = '.slides section', HORIZONTAL_SLIDES_SELECTOR = '.slides>section', |