aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-01-10 13:47:24 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-01-10 13:47:33 +0100
commitfb8414f4cb092a9f675e783b29b651a03a7858f4 (patch)
tree6b9c24770062433e923ee7bd414d7a036997255e
parenta144134b42c15964f469cf4499859268f52ccb46 (diff)
downloadperl-software-in-gnu-guix-fb8414f4cb092a9f675e783b29b651a03a7858f4.tar
perl-software-in-gnu-guix-fb8414f4cb092a9f675e783b29b651a03a7858f4.tar.gz
3.4.0
-rw-r--r--bower.json2
-rw-r--r--js/reveal.js2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index a42ca8d..b3bc42d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.3.0",
+ "version": "3.4.0",
"main": [
"js/reveal.js",
"css/reveal.css"
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',
diff --git a/package.json b/package.json
index 7a9f185..1899fd9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.3.0",
+ "version": "3.4.0",
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js",
"subdomain": "revealjs",