Skip to content

Commit 4c30a17

Browse files
author
Yasuyuki Takeo
committed
update README.md
1 parent f57425a commit 4c30a17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Smaregi API version below complies Extenal Interface specifications (POS) docume
1414

1515
| Smaregi API version | this library version |
1616
| :--- | :--- |
17-
| 3.10.0 | 0.1 |
17+
| 3.10.0 | 0.2 |
1818

1919
## Usage
2020
For the detailed usage, please see [SmaregiClientRealTest.groovy](https://github.com/yasuflatland-lf/smaregi-api/blob/develop/src/test/groovy/jp/creollc/smaregi/impl/SmaregiClientRealTest.groovy) The basic samples are as below:
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
compile group: 'jp.creollc', name: 'smaregi-api', version: '0.1'
32+
compile group: 'jp.creollc', name: 'smaregi-api', version: '0.2'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)