Skip to content

Commit 9a721fd

Browse files
committed
bump version to 3.0.0
1 parent cbea3cc commit 9a721fd

File tree

1 file changed

+30
-36
lines changed

1 file changed

+30
-36
lines changed

box.json

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
{
2-
"name":"swagger-sdk",
3-
"shortDescription":"The Swagger Software Development Kit for the Coldbox Platform",
4-
"version":"2.1.0",
5-
"author":"Jon Clausen <jon_clausen@silowebworks.com>",
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@/swagger-sdk-@build.version@.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 <lmajano@ortussolutions.com>"
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-
}
37-
}
2+
"name": "swagger-sdk",
3+
"shortDescription": "The Swagger Software Development Kit for the Coldbox Platform",
4+
"version": "3.0.0",
5+
"author": "Jon Clausen <jon_clausen@silowebworks.com>",
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@/swagger-sdk-@build.version@.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 <lmajano@ortussolutions.com>"],
24+
"dependencies": {
25+
"cbjavaloader": ">0.0.9"
26+
},
27+
"ignore": ["**/.*", "test-harness", "*/.md"],
28+
"scripts": {
29+
"toMaster": "recipe build/toMaster.boxr"
30+
}
31+
}

0 commit comments

Comments
 (0)