Skip to content

Commit 008203f

Browse files
committed
auto bump version with release
1 parent f60f20e commit 008203f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "servermanager",
33
"displayName": "InterSystems Server Manager",
4-
"version": "1.0.2-SNAPSHOT",
4+
"version": "1.0.3-SNAPSHOT",
55
"publisher": "intersystems-community",
66
"description": "Helper extension for defining connections to InterSystems servers.",
77
"repository": {
@@ -141,7 +141,7 @@
141141
"pathPrefix": {
142142
"type": "string",
143143
"description": "Optional prefix for the path to the resource, for example '/dev' or '/vm/test'. Only needed when one web server publishes services on behalf of multiple InterSystems servers.",
144-
"pattern": "^(\/[^\/]+)*$"
144+
"pattern": "^(/[^/]+)*$"
145145
}
146146
},
147147
"required": [

0 commit comments

Comments
 (0)