homebridge-flume 3.1.8 → 3.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
+ ## 3.1.9 (2025-10-21)
6
+
7
+ ### Changed
8
+ - Updated dependencies
9
+
10
+ ### Notes
11
+ Would you like to see Homebridge Flume in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-flume/issues/107). No coding experience required!
12
+
5
13
  ## 3.1.8 (2025-09-24)
6
14
 
7
15
  ### Changed
@@ -21,4 +21,4 @@
21
21
  </br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
22
22
  </div>
23
23
 
24
- <script src="ui.js?v=3.1.8"></script>
24
+ <script src="ui.js?v=3.1.9"></script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
4
  "displayName": "Flume",
5
- "version": "3.1.8",
5
+ "version": "3.1.9",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },