From 525a6fe4b8f780e5929259d5728c08410c6c4728 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 9 Apr 2020 18:44:07 +0200 Subject: [PATCH] bump version --- README.md | 5 +++-- manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90aad25..8ce0e81 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index cdde11b..6108669 100644 --- a/manifest.json +++ b/manifest.json @@ -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.",