Hakim El Hattab 4 vuotta sitten
vanhempi
commit
48024a1137
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      js/reveal.js
  2. 1 1
      package.json

+ 1 - 1
js/reveal.js

@@ -26,7 +26,7 @@ import {
 } from './utils/constants.js'
 
 // The reveal.js version
-export const VERSION = '4.1.0';
+export const VERSION = '4.1.1';
 
 /**
  * reveal.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "reveal.js",
-  "version": "4.1.0",
+  "version": "4.1.1",
   "description": "The HTML Presentation Framework",
   "homepage": "https://revealjs.com",
   "subdomain": "revealjs",