diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-25 11:01:40 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-01-25 11:01:40 +0100 |
commit | cd36c9274f9d9f240f4740f910936df1c882c833 (patch) | |
tree | d05d7301eafbd963bfc3aae8b8cf72acc016b9d7 /js | |
parent | 84202fa072970d7170f5e2812a224e0da6f2ab13 (diff) | |
parent | 9f8e4d5742df486cce577f6e0dbae666aabc4eb1 (diff) | |
download | fosdem-2018-presentation-cd36c9274f9d9f240f4740f910936df1c882c833.tar fosdem-2018-presentation-cd36c9274f9d9f240f4740f910936df1c882c833.tar.gz |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
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 ad79b4b..9b0768a 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -26,7 +26,7 @@ var Reveal; // The reveal.js version - var VERSION = '3.4.0'; + var VERSION = '3.4.1'; var SLIDES_SELECTOR = '.slides section', HORIZONTAL_SLIDES_SELECTOR = '.slides>section', |