diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-20 22:52:08 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-20 22:52:08 -0400 |
commit | e50370c251ee4013649cd217977a6c6b8ec7c4f0 (patch) | |
tree | 5e407429c88fd51eb31e0cdd9b7c470b23358738 | |
parent | c513500269c770c0a18fd944c17e6941d9c936d0 (diff) | |
download | fosdem-2018-presentation-e50370c251ee4013649cd217977a6c6b8ec7c4f0.tar fosdem-2018-presentation-e50370c251ee4013649cd217977a6c6b8ec7c4f0.tar.gz |
1.4 is now stable, increment master to 1.5
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | js/reveal.js | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -168,7 +168,10 @@ You can change the appearance of the speaker notes by editing the file at `plugi ## History -#### 1.4 (master/beta) +#### 1.5 (master/beta) +- TBD + +#### 1.4 - Main #reveal container is now selected via a class instead of ID - API methods for adding or removing all event listeners - The ```slidechange``` event now includes currentSlide and previousSlide diff --git a/js/reveal.js b/js/reveal.js index 7811218..978e163 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1,5 +1,5 @@ /*! - * reveal.js 1.4 + * reveal.js 1.5 r1 * http://lab.hakim.se/reveal-js * MIT licensed * |