Hakim El Hattab 5 年之前
父节点
当前提交
f0b67ad6ea
共有 2 个文件被更改,包括 2 次插入2 次删除
  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.0.0-rc.1';
+export const VERSION = '4.0.0';
 
 /**
  * reveal.js

+ 1 - 1
package.json

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