From 4b7e3e313f35e8b7ad10d8953423fd2c856aa920 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Wed, 29 Jan 2020 20:22:42 +0100
Subject: [PATCH] 4.0.0-dev

---
 bower.json        | 2 +-
 js/reveal.js      | 2 +-
 package-lock.json | 2 +-
 package.json      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bower.json b/bower.json
index 8edaf37e..ac038a78 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "reveal.js",
-  "version": "3.9.1",
+  "version": "4.0.0-dev",
   "main": [
     "js/reveal.js",
     "css/reveal.css"
diff --git a/js/reveal.js b/js/reveal.js
index 28c31023..99745269 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -26,7 +26,7 @@
 	var Reveal;
 
 	// The reveal.js version
-	var VERSION = '3.9.1';
+	var VERSION = '4.0.0-dev';
 
 	var SLIDES_SELECTOR = '.slides section',
 		HORIZONTAL_SLIDES_SELECTOR = '.slides>section',
diff --git a/package-lock.json b/package-lock.json
index 5a1d393b..a1ec366f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "reveal.js",
-  "version": "3.9.1",
+  "version": "4.0.0-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 4898ed2c..07b60893 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "reveal.js",
-  "version": "3.9.1",
+  "version": "4.0.0-dev",
   "description": "The HTML Presentation Framework",
   "homepage": "http://revealjs.com",
   "subdomain": "revealjs",
-- 
GitLab