Skip to content
Merged
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
4 changes: 2 additions & 2 deletions bridge-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bridge-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indigo-matter-bridge",
"version": "0.17.0",
"version": "0.17.1",
"description": "Matter bridge node for the indigo-matter Indigo plugin — exports selected Indigo devices as Matter accessories.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion indigo-matter.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>IwsApiVersion</key>
<string>1.0.0</string>
<key>PluginVersion</key>
<string>2026.29.1</string>
<string>2026.29.2</string>
<key>ServerApiVersion</key>
<string>3.6</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#: and matter.js patch releases have changed what Apple Home renders with no code
#: change on the bridge side. **This is the one line a release bumps**, in step
#: with ``bridge-node/package.json``'s ``version``.
DEFAULT_INSTALL_SPEC = f"{BRIDGE_PACKAGE}@0.17.0"
DEFAULT_INSTALL_SPEC = f"{BRIDGE_PACKAGE}@0.17.1"

#: Fallback entry point when the installed package's ``package.json`` is missing
#: or unreadable. Must match ``bridge-node/package.json``'s ``main``;
Expand Down
Loading