Skip to content

Commit 454d7f8

Browse files
committed
WIP
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
1 parent 86b8af5 commit 454d7f8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
## 1.0.0
22

33
- Initial version.
4+
5+
## 1.0.1
6+
- Format code with Dart formater

example/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Zimbra API Examples
2+
===================
3+
4+
* [Mail API example](zimbra_api_example.dart): Mail API example.
5+
* [Upload API example](upload_example.dart): Upload API example.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zimbra_api
22
description: Zimbra SOAP API library in Dart language.
3-
version: 1.0.0
3+
version: 1.0.1
44
repository: https://github.com/zimbra-api/dart-api
55

66
environment:

0 commit comments

Comments
 (0)