Skip to content

Commit c239b5f

Browse files
author
Sergey Khomushin
committed
0.0.3
1 parent a0c27cb commit c239b5f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## 0.0.1
2-
3-
* Official EmailJS SDK for Flutter
1+
## 0.0.3
2+
* re-format examples code
43

54
## 0.0.2
65

76
* Score fixes
87
* Added examples
98
* Dart formatter
9+
10+
## 0.0.1
11+
12+
* Official EmailJS SDK for Flutter

lib/emailjs.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class EmailJS {
4444
validateParams(pubKey, serviceID, templateID);
4545

4646
final Map<String, dynamic> params = {
47-
'lib_version': '0.0.2',
47+
'lib_version': '0.0.3',
4848
'user_id': pubKey,
4949
'service_id': serviceID,
5050
'template_id': templateID,

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: emailjs
22
description: EmailJS helps sending emails using client side technologies only. No server is required.
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://www.emailjs.com
55
repository: https://github.com/emailjs-com/emailjs-flutter
66

0 commit comments

Comments
 (0)