Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Added ability to manually adjust chat delay #30

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Adds chat messages from the past to your favorite Twitch VODs.",
"author": "Nils Caspar",
"homepage_url": "https://www.rechat.org/",
"version": "0.17.0",
"version": "0.18.1",

"icons": {
"16": "icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion Firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Adds chat messages from the past to your favorite Twitch VODs",
"author": "Nils Caspar",
"license": "MIT",
"version": "0.17.0",
"version": "0.18.1",
"homepage": "https://www.rechat.org/",

"main": "lib/main.js",
Expand Down
6 changes: 3 additions & 3 deletions Safari.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<key>Author</key>
<string>Nils Caspar</string>
<key>Builder Version</key>
<string>11601.2.4</string>
<string>11601.2.7.2</string>
<key>CFBundleDisplayName</key>
<string>ReChat for Twitch™</string>
<key>CFBundleIdentifier</key>
<string>org.rechat.safari</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>0.17.0</string>
<string>0.18.1</string>
<key>CFBundleVersion</key>
<string>0.17.0</string>
<string>0.18.1</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
Loading