aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-01-25 11:01:40 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-01-25 11:01:40 +0100
commitcd36c9274f9d9f240f4740f910936df1c882c833 (patch)
treed05d7301eafbd963bfc3aae8b8cf72acc016b9d7
parent84202fa072970d7170f5e2812a224e0da6f2ab13 (diff)
parent9f8e4d5742df486cce577f6e0dbae666aabc4eb1 (diff)
downloadfreenode-live-2017-presentation-cd36c9274f9d9f240f4740f910936df1c882c833.tar
freenode-live-2017-presentation-cd36c9274f9d9f240f4740f910936df1c882c833.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-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 b3bc42d..c7c312d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.4.0",
+ "version": "3.4.1",
"main": [
"js/reveal.js",
"css/reveal.css"
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',
diff --git a/package.json b/package.json
index 1899fd9..1f866ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.4.0",
+ "version": "3.4.1",
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js",
"subdomain": "revealjs",