diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-08-01 10:37:51 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-08-01 10:37:51 +0200 |
commit | 2c5396b7d347f8ee1344016f15b93d4f78401569 (patch) | |
tree | 57ce00148c34b1b0698e2edf4133fa36a50b1f7f /js | |
parent | 72b05a3245479dd46ed10bdb81437f8eb01f23c1 (diff) | |
download | perl-software-in-gnu-guix-2c5396b7d347f8ee1344016f15b93d4f78401569.tar perl-software-in-gnu-guix-2c5396b7d347f8ee1344016f15b93d4f78401569.tar.gz |
3.7.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 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', |