Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tspivey committed Jul 10, 2022
1 parent 6206c4d commit a50f3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": "reader",
"version": "0.1",
"version": "0.1.1",
"author": "Tyler Spivey",
"title": "Reader",
"description": "Reads output with TTS"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ctrl+s - stop speech.

## Installation
Run this in Mudlet:
```lua uninstallPackage"reader";installPackage"https://github.com/tspivey/mudlet-reader/releases/download/v0.1/reader.mpackage"```
```lua uninstallPackage"reader";installPackage"https://github.com/tspivey/mudlet-reader/releases/download/v0.1.1/reader.mpackage"```
Installing this package will automatically disable "Announce incoming text in screen reader" in Special Options.

## Uninstalling
Expand Down

0 comments on commit a50f3f0

Please sign in to comment.