Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 24, 2023
1 parent 915ede7 commit 1185e86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/presentation-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script defer src=https://cdn.jsdelivr.net/gh/center-key/[email protected]/docs/reveal.js-local.js></script>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- reveal.js-local v0.0.0 -->
<!-- reveal.js-local v0.0.1 -->
<!-- ====================== -->
<!-- A single HTML file for showing a reveal.js presentation locally. -->
<!-- -->
Expand Down
2 changes: 1 addition & 1 deletion docs/reveal.js-local.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! reveal.js-local v0.0.0 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License */
/*! reveal.js-local v0.0.1 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License */

.reveal .slides * { box-sizing: border-box; }
.reveal .slides >section { padding-bottom: 50px; }
Expand Down
4 changes: 2 additions & 2 deletions docs/reveal.js-local.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! reveal.js-local v0.0.0 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License
//! reveal.js-local v0.0.1 ~~ https://github.com/center-key/reveal.js-local ~~ MIT License

const revealJsLocal = {
version: '0.0.0',
version: '0.0.1',
reveal() {
const config = { //see: https://revealjs.com/config
autoSlide: autoAdvance ? autoAdvanceSeconds * 1000 : 0, //milliseconds to automatically advance slide (0 = disable)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal.js-local",
"version": "0.0.0",
"version": "0.0.1",
"description": "A single HTML file for showing a reveal.js presentation locally",
"license": "MIT",
"main": "docs/presentation-template.html",
Expand Down

0 comments on commit 1185e86

Please sign in to comment.