diff options
author | Hakim El Hattab | 2020-01-29 15:11:49 +0100 |
---|---|---|
committer | Hakim El Hattab | 2020-01-29 15:11:49 +0100 |
commit | eaf3988311162697fdc0a25f4158eb9e2509f9d7 (patch) | |
tree | a0bdb701781865917f499686d9d182f45d6abdd2 | |
parent | 003a8487902ae8aca570e74c3cc7cc2109e7d5a7 (diff) |
3.9.1 because a local edit made it into npm
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | js/reveal.js | 2 | ||||
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "3.9.0", + "version": "3.9.1", "main": [ "js/reveal.js", "css/reveal.css" diff --git a/js/reveal.js b/js/reveal.js index 1060549..28c3102 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -26,7 +26,7 @@ var Reveal; // The reveal.js version - var VERSION = '3.9.0'; + var VERSION = '3.9.1'; var SLIDES_SELECTOR = '.slides section', HORIZONTAL_SLIDES_SELECTOR = '.slides>section', diff --git a/package-lock.json b/package-lock.json index b469439..5a1d393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 000ea42..4898ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "3.9.0", + "version": "3.9.1", "description": "The HTML Presentation Framework", "homepage": "http://revealjs.com", "subdomain": "revealjs", |