From 1185e8628efdfebbade2d88dc1d4e51003140890 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Fri, 23 Jun 2023 22:16:12 -0700 Subject: [PATCH] Release v0.0.1 --- docs/presentation-template.html | 2 +- docs/reveal.js-local.css | 2 +- docs/reveal.js-local.js | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/presentation-template.html b/docs/presentation-template.html index 9a5a558..1affda6 100644 --- a/docs/presentation-template.html +++ b/docs/presentation-template.html @@ -24,7 +24,7 @@ - + diff --git a/docs/reveal.js-local.css b/docs/reveal.js-local.css index 97f6eca..e63b2b8 100644 --- a/docs/reveal.js-local.css +++ b/docs/reveal.js-local.css @@ -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; } diff --git a/docs/reveal.js-local.js b/docs/reveal.js-local.js index c4b47dc..74ad57e 100644 --- a/docs/reveal.js-local.js +++ b/docs/reveal.js-local.js @@ -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) diff --git a/package.json b/package.json index ef57441..1580802 100644 --- a/package.json +++ b/package.json @@ -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",