Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 4cfe42e

Browse files
author
Shuhei-Kotegawa
authored
Merge pull request #2 from freee/bumpup-minor-version
Bumpup minor version
2 parents a3403e9 + 4b5e0a4 commit 4cfe42e

File tree

172 files changed

+192
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+192
-171
lines changed

MIT-LICENCE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2019 freee K.K.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freee-accounting-client",
3-
"version": "v0.0.1",
3+
"version": "v0.0.2",
44
"description": "",
55
"license": "MIT",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* @module ApiClient
35-
* @version v0.0.1
35+
* @version v0.0.2
3636
*/
3737

3838
/**

src/api/AccountItemsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* AccountItems service.
3535
* @module api/AccountItemsApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

src/api/BanksApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Banks service.
3535
* @module api/BanksApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

src/api/CompaniesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Companies service.
3535
* @module api/CompaniesApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

src/api/DealsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Deals service.
3535
* @module api/DealsApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

src/api/ExpenseApplicationLineTemplatesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* ExpenseApplicationLineTemplates service.
3535
* @module api/ExpenseApplicationLineTemplatesApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

src/api/ExpenseApplicationsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* ExpenseApplications service.
3535
* @module api/ExpenseApplicationsApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

src/api/InvoicesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Invoices service.
3535
* @module api/InvoicesApi
36-
* @version v0.0.1
36+
* @version v0.0.2
3737
*/
3838

3939
/**

0 commit comments

Comments
 (0)