Skip to content

Commit e4f35fd

Browse files
author
Rob Griffiths
committed
bump version
1 parent 270a8d7 commit e4f35fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/src/meross-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const collection = (value, store = []) => {
1515
const unique = (array) => [...new Set(array)]
1616

1717
program
18-
.version('0.2.0')
18+
.version('1.0.3')
1919
.arguments('<options>')
2020
.option('-g, --gateway <gateway>', 'Set the gateway address')
2121
.option('-k, --key <shared-key>', 'Shared key for generating signatures', '')

bin/src/meross-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const collection = (value, store = []) => {
1515
const unique = (array) => [...new Set(array)]
1616

1717
program
18-
.version('0.2.0')
18+
.version('1.0.3')
1919
.arguments('[options]')
2020
.option('-g, --gateway <gateway>', 'Set the gateway address')
2121
.option('--wifi-ssid <wifi-ssid>', 'WIFI AP name')

0 commit comments

Comments
 (0)