summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2020-01-27 14:47:17 +0100
committerHakim El Hattab2020-01-27 14:47:17 +0100
commit45f468ccc4455c400f4209999e650bc0096bb38a (patch)
tree8d6f26fddb4a4438e4827affad79950ed9e55cbc
parenta59b1415f8543419f184cf4feb41f944c49f5894 (diff)
3.9.0
-rw-r--r--bower.json2
-rw-r--r--js/reveal.js2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 036d276..82ce49d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.8.0",
+ "version": "3.9.0-beta",
"main": [
"js/reveal.js",
"css/reveal.css"
diff --git a/js/reveal.js b/js/reveal.js
index 198a613..1b5fff5 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -26,7 +26,7 @@
var Reveal;
// The reveal.js version
- var VERSION = '3.8.0';
+ var VERSION = '3.9.0-beta';
var SLIDES_SELECTOR = '.slides section',
HORIZONTAL_SLIDES_SELECTOR = '.slides>section',
diff --git a/package-lock.json b/package-lock.json
index 961fbe2..9704f5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.8.0",
+ "version": "3.9.0-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ce3ba94..b4802b1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "3.8.0",
+ "version": "3.9.0-beta",
"description": "The HTML Presentation Framework",
"homepage": "http://revealjs.com",
"subdomain": "revealjs",