bump version

This commit is contained in:
Valentin Boettcher 2020-04-09 18:44:07 +02:00
parent 6f69b25496
commit 525a6fe4b8
2 changed files with 4 additions and 3 deletions

View file

@ -9,14 +9,15 @@ This extension injects KaTeX into the `Riot` chat client for
- `$$x^2$$` renders math block style
- `\(x^2\)` renders math inline
## Example
![Example](example.png)
## Download and Installation
You can download the extension [from
here](https://github.com/vale981/riot-katex/releases/latest). Just
double click it, or drag it one firefox to install.
## Example
![Example](example.png)
## Building the Extension
- make sure you have npm installed
- run `./package.sh`, the webextension will be zipped as

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Riot KaTeX for matrix.tu-dresden.de",
"version": "1.0.2",
"version": "1.0.3",
"description": "Renders formulars on matrix.tu-dresden.de chats using KaTeX.",