Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymkdn committed Jan 28, 2019
1 parent 83407a3 commit 1d01d53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**Change Log v2.0.10 (28 Janvier 2019)**

- Typo dans le nom d'une variable

**Change Log v2.0.9 (27 Janvier 2019)**

- Après la perte du flux avec PushBullet, la reconnexion multiplie le nombre de commandes (https://github.com/Aymkdn/assistant-plugins/issues/215)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports.start = function(dirname) {
console.log("[assistant] Le flux avec Pushbullet a été déconnecté... Tentative de reconnexion dans 30 secondes...");
setTimeout(function() {
console.log("[assistant] Reconnexion....");
steam.close();
stream.close();
stream.connect();
}, 10000);
});
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": "assistant-plugins",
"version": "2.0.9",
"version": "2.0.10",
"description": "Permet de gérer des plugins avec les Assistants (via IFTTT et Pushbullet)",
"main": "index.js",
"repository": "https://github.com/Aymkdn/assistant-plugins",
Expand Down

0 comments on commit 1d01d53

Please sign in to comment.