Skip to content

Commit 9672c77

Browse files
authored
Merge pull request #83 from intersystems-community/stage
version+
2 parents be544f3 + dda02eb commit 9672c77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"password": "SYS",
99
"ns": "REGISTRY",
1010
"host": "localhost",
11-
"port": 52774,
11+
"port": 52775,
1212
"links": {
1313
"Swagger spec": "http://${host}:${port}/registry/_spec",
1414
"All Packages": "http://${host}:${port}/registry/packages/-/all"
15-
}
15+
},
16+
"server": "registry"
1617
},
1718
"objectscript.export": {
1819
"folder": "src",

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Name>zpm-registry</Name>
66
<ExternalName>ZPM Registry</ExternalName>
77
<Description>Registry server for ZPM</Description>
8-
<Version>1.1.6</Version>
8+
<Version>1.1.7</Version>
99
<Packaging>module</Packaging>
1010
<Dependencies>
1111
<ModuleReference>

0 commit comments

Comments
 (0)