4.0.2
parent
5169fb2d00
commit
bd19860b4d
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* reveal.js 4.0.1
|
||||
* reveal.js 4.0.2
|
||||
* https://revealjs.com
|
||||
* MIT licensed
|
||||
*
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -26,7 +26,7 @@ import {
|
|||
} from './utils/constants.js'
|
||||
|
||||
// The reveal.js version
|
||||
export const VERSION = '4.0.1';
|
||||
export const VERSION = '4.0.2';
|
||||
|
||||
/**
|
||||
* reveal.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reveal.js",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "The HTML Presentation Framework",
|
||||
"homepage": "https://revealjs.com",
|
||||
"subdomain": "revealjs",
|
||||
|
|
Loading…
Reference in New Issue