Skip to content

Commit 82d18d6

Browse files
committed
Release v0.3.3
1 parent 27d12ac commit 82d18d6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/presentation-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-plugin-annotation.min.js></script> <!-- wait for loading -->
2828

2929
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
30-
<!-- reveal.js-local v0.3.2 -->
30+
<!-- reveal.js-local v0.3.3 -->
3131
<!-- ====================== -->
3232
<!-- A single HTML file for showing a reveal.js presentation locally. -->
3333
<!-- -->

docs/reveal.js-local.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! reveal.js-local v0.3.2 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License */
1+
/*! reveal.js-local v0.3.3 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License */
22

33
.reveal .slides * { box-sizing: border-box; }
44
.reveal .slides >section { padding-bottom: 50px; }

docs/reveal.js-local.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! reveal.js-local v0.3.2 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License
1+
//! reveal.js-local v0.3.3 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License
22

33
const settings = {
44
// jshint ignore:start
@@ -18,7 +18,7 @@ const settings = {
1818
};
1919

2020
const revealJsLocal = {
21-
version: '0.3.2',
21+
version: '0.3.3',
2222
themes() {
2323
const version = {
2424
reveal: '5.2',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reveal.js-local",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A single HTML file for showing a reveal.js presentation locally",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)