Skip to content

Commit 32818fb

Browse files
committed
- Fixes broken link to readme logo.
- Fixes broken symlinks.
1 parent a57102c commit 32818fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.0.14
1+
v1.0.15
22
- Fixes broken link to readme logo.
33
- Fixes broken symlinks.
44

nodeMatrix.indigoPlugin/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>PluginVersion</key>
6-
<string>1.0.14</string>
6+
<string>1.0.15</string>
77
<key>ServerApiVersion</key>
88
<string>2.0</string>
99
<key>IwsApiVersion</key>

nodeMatrix.indigoPlugin/Contents/Server Plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
__license__ = Dave.__license__
4848
__build__ = Dave.__build__
4949
__title__ = 'Z-Wave Node Matrix Plugin'
50-
__version__ = '1.0.14'
50+
__version__ = '1.0.15'
5151

5252
# =============================================================================
5353
install_path = indigo.server.getInstallFolderPath()

0 commit comments

Comments
 (0)