Skip to content

Commit

Permalink
Merge pull request #6 from gotchazipc/master
Browse files Browse the repository at this point in the history
updated package version to 0.3.0
  • Loading branch information
gotchazipc authored Jul 8, 2016
2 parents 51864cb + 0f0414b commit aae2ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This SDK Contains automatically generated sources & documents with the [Swagger

- API version: 0.3.0
- Package version: 0.3.0
- Build date: 2016-07-08T19:23:08.500+09:00
- Build date: 2016-07-08T19:42:15.316+09:00
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion builder/templates/package.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webida-restful-api",
"version": "0.2.1",
"version": "0.3.0",
"description": "Webida Restful API Spec & generated clients",
"license": "Apache-2.0",
"main": "{{sourceFolder}}{{#invokerPackage}}/{{invokerPackage}}{{/invokerPackage}}/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webida-restful-api",
"version": "0.2.1",
"version": "0.3.0",
"description": "Webida Restful API Spec & generated clients",
"license": "Apache-2.0",
"main": "src/index.js",
Expand Down

0 comments on commit aae2ded

Please sign in to comment.