From 0f0414bdeb0093e612758268ab08ef3523d0e73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A4=91=ED=9B=88?= Date: Fri, 8 Jul 2016 19:42:24 +0900 Subject: [PATCH] updated package version to 0.3.0 --- README-API.md | 2 +- builder/templates/package.mustache | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-API.md b/README-API.md index 5638e6d..c76559c 100644 --- a/README-API.md +++ b/README-API.md @@ -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 diff --git a/builder/templates/package.mustache b/builder/templates/package.mustache index 912316a..19f8399 100644 --- a/builder/templates/package.mustache +++ b/builder/templates/package.mustache @@ -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", diff --git a/package.json b/package.json index 982a536..ae61d31 100644 --- a/package.json +++ b/package.json @@ -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",