Skip to content

Commit 3e5c56c

Browse files
committed
release 6.7
1 parent 219b310 commit 3e5c56c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ RUN npm install -g [email protected]
1313
WORKDIR /home/
1414
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-1-amd64.deb && \
1515
dpkg -i pandoc-2.9.2-1-amd64.deb
16-
RUN wget https://github.com/asanzdiego/markdownslides/archive/6.5.zip && unzip 6.5.zip
16+
RUN wget https://github.com/asanzdiego/markdownslides/archive/6.7.zip && unzip 6.7.zip
1717
WORKDIR /home/markdownslides-master
1818
ADD . /home/markdownslides-master

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ function downloadLibs() {
9393
reveal.js-menu-1.2.0 reveal.js-menu
9494
downloadLib https://github.com/e-gor/Reveal.js-Title-Footer/archive/master.zip \
9595
Reveal.js-Title-Footer-master reveal.js-title-footer
96-
downloadLib https://github.com/rajgoel/reveal.js-plugins/archive/master.zip \
97-
reveal.js-plugins-master reveal.js-plugins
96+
downloadLib https://github.com/rajgoel/reveal.js-plugins/archive/3.9.0.zip \
97+
reveal.js-plugins-3.9.0 reveal.js-plugins
9898
}
9999

100100
function downloadTemplates() {

0 commit comments

Comments
 (0)