diff --git a/README.md b/README.md index abe1433..a62314f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A [reveal.js](https://github.com/hakimel/reveal.js) plugin that renders mathemat ## Plugin setup -1. Download the latest release ([tar.gz](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.4.0/reveal.js-math-katex-0.4.0.tar.gz) or [zip](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.4.0/reveal.js-math-katex-0.4.0.zip)) and extract it into the `plugin` directory of your reveal.js presentation. +1. Download the latest release ([tar.gz](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.5.0/reveal.js-math-katex-0.5.0.tar.gz) or [zip](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.5.0/reveal.js-math-katex-0.5.0.zip)) and extract it into the `plugin` directory of your reveal.js presentation. 2. Tell reveal.js to use the plugin: diff --git a/package-lock.json b/package-lock.json index 5826ad9..9bc775b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reveal.js-math-katex-plugin", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17fe544..00a2581 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reveal.js-math-katex-plugin", "private": true, - "version": "0.4.0", + "version": "0.5.0", "description": "reveal.js plugin that renders mathematical formulas using KaTeX", "scripts": { "test": "./node_modules/.bin/mocha-phantomjs test/test-runner.html"