Skip to content

Commit

Permalink
build: release bundle.
Browse files Browse the repository at this point in the history
version: 1.4.0
  • Loading branch information
poirierlouis committed Jan 9, 2024
1 parent 2c33fcb commit 8159846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Twitch BG3 Gamepad
![version 1.3.0](https://img.shields.io/badge/version-1.3.0-success) ![browsers Chrome | Firefox](https://img.shields.io/badge/browsers-Chrome_|_Firefox-blue) ![License MIT](https://img.shields.io/github/license/poirierlouis/twitch-bg3-gamepad)
![version 1.4.0](https://img.shields.io/badge/version-1.4.0-success) ![browsers Chrome | Firefox](https://img.shields.io/badge/browsers-Chrome_|_Firefox-blue) ![License MIT](https://img.shields.io/github/license/poirierlouis/twitch-bg3-gamepad)

Plugin sous la forme d'un script JavaScript à installer sur le navigateur.
Permet d'utiliser une manette de console pour envoyer les commandes au chat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-bg3-gamepad",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"main": "run.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/gui.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="tbg3gp">
<h3>Twitch · BG3 · Gamepad</h3>
<h5>by Rayshader · v1.3.0</h5>
<h5>by Rayshader · v1.4.0</h5>

<div class="divider"></div>

Expand Down

0 comments on commit 8159846

Please sign in to comment.