Skip to content

Commit bcef174

Browse files
committed
Bump legacy version to 0.11.1 for older gateways
1 parent 1e1e20e commit bcef174

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- 0.11.x
78
push:
89
branches:
910
- master
11+
- 0.11.x
1012

1113
jobs:
1214
build:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- '[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
build:
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 8
1616
- name: Set release version
17-
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
17+
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
1818
- name: Package project
1919
run: |
2020
./package.sh

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"webthings": {
66
"exec": "{nodeLoader} {path}",
77
"primary_type": "adapter",
8-
"strict_max_version": "*",
8+
"strict_max_version": "1.1.0",
99
"strict_min_version": "0.10.0"
1010
}
1111
},
@@ -184,5 +184,5 @@
184184
}
185185
},
186186
"short_name": "Virtual",
187-
"version": "0.11.0"
187+
"version": "0.11.1"
188188
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "virtual-things-adapter",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "WebThings Gateway Virtual Things Adapter",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)