We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b8af5 commit 454d7f8Copy full SHA for 454d7f8
CHANGELOG.md
@@ -1,3 +1,6 @@
1
## 1.0.0
2
3
- Initial version.
4
+
5
+## 1.0.1
6
+- Format code with Dart formater
example/README.md
@@ -0,0 +1,5 @@
+Zimbra API Examples
+===================
+* [Mail API example](zimbra_api_example.dart): Mail API example.
+* [Upload API example](upload_example.dart): Upload API example.
pubspec.yaml
@@ -1,6 +1,6 @@
name: zimbra_api
description: Zimbra SOAP API library in Dart language.
-version: 1.0.0
+version: 1.0.1
repository: https://github.com/zimbra-api/dart-api
environment:
0 commit comments