Skip to content

Commit ed08570

Browse files
committed
bump patch [ci skip]
1 parent 93f7120 commit ed08570

File tree

1 file changed

+35
-29
lines changed

1 file changed

+35
-29
lines changed

box.json

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
11
{
2-
"name": "swagger-sdk",
3-
"shortDescription": "The Swagger Software Development Kit for the Coldbox Platform",
4-
"version": "3.0.0",
5-
"author": "Jon Clausen <[email protected]>",
6-
"slug": "swagger-sdk",
7-
"type": "modules",
8-
"keywords": "Swagger,OpenAPI,API Documentation",
9-
"location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/swagger-sdk/@build.version@/[email protected]@.zip",
10-
"homepage": "https://github.com/coldbox-modules/swagger-sdk",
11-
"documentation": "https://github.com/coldbox-modules/swagger-sdk/wiki",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/coldbox-modules/swagger-sdk"
15-
},
16-
"bugs": "https://github.com/coldbox-modules/swagger-sdk/issues",
17-
"license": [
18-
{
19-
"type": "Apache2",
20-
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
21-
}
22-
],
23-
"contributors": ["Luis Majano <[email protected]>"],
24-
"dependencies": {
25-
"cbjavaloader": ">0.0.9"
26-
},
27-
"ignore": ["**/.*", "test-harness", "*/.md"],
28-
"scripts": {
29-
"toMaster": "recipe build/toMaster.boxr"
30-
}
2+
"name":"swagger-sdk",
3+
"shortDescription":"The Swagger Software Development Kit for the Coldbox Platform",
4+
"version":"3.0.1",
5+
"author":"Jon Clausen <[email protected]>",
6+
"slug":"swagger-sdk",
7+
"type":"modules",
8+
"keywords":"Swagger,OpenAPI,API Documentation",
9+
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/swagger-sdk/@build.version@/[email protected]@.zip",
10+
"homepage":"https://github.com/coldbox-modules/swagger-sdk",
11+
"documentation":"https://github.com/coldbox-modules/swagger-sdk/wiki",
12+
"repository":{
13+
"type":"git",
14+
"url":"https://github.com/coldbox-modules/swagger-sdk"
15+
},
16+
"bugs":"https://github.com/coldbox-modules/swagger-sdk/issues",
17+
"license":[
18+
{
19+
"type":"Apache2",
20+
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
21+
}
22+
],
23+
"contributors":[
24+
"Luis Majano <[email protected]>"
25+
],
26+
"dependencies":{
27+
"cbjavaloader":">0.0.9"
28+
},
29+
"ignore":[
30+
"**/.*",
31+
"test-harness",
32+
"*/.md"
33+
],
34+
"scripts":{
35+
"toMaster":"recipe build/toMaster.boxr"
36+
}
3137
}

0 commit comments

Comments
 (0)