diff --git a/README.md b/README.md index 29fb5e52cfdc0e4b1b0b6a46038da1566f3154d6..5c3842f096bc1671f6e16b915abb5975610b8f4b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Curious about how this looks in action? [Check out the demo page](http://lab.hak # History -### 1.1 (master) +### 1.1 - Added an optional presentation progress bar - Images wrapped in anchors no longer unexpectedly flip in 3D diff --git a/js/reveal.js b/js/reveal.js index 2e060108c0f18ecbd43260639d7891e376e30a45..ff0e672b9a2bdb65e6811fa075cc2efaf04ae82d 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -66,12 +66,11 @@ * - Added 'theme' option for specifying UI styles * - Slides that contain nested-slides are given the 'stack' class * - * TODO: - * - Touch/swipe interactions - * - Presentation overview via keyboard shortcut + * version 1.2: + * * * @author Hakim El Hattab | http://hakim.se - * @version 1.1 + * @version 1.2 */ var Reveal = (function(){