Skip to content

Commit 2026615

Browse files
committed
version 1.3.0
1 parent ccd2571 commit 2026615

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.3.0
2+
* Fix closed client (issue #1)[https://github.com/emailjs-com/emailjs-flutter/issues/1]
3+
14
## 1.2.1
25
* Fix the environment SDK version
36

lib/emailjs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class EmailJS {
5454
validateParams(pubKey, serviceID, templateID);
5555

5656
final Map<String, dynamic> params = {
57-
'lib_version': '1.2.1',
57+
'lib_version': '1.3.0',
5858
'user_id': pubKey,
5959
'accessToken': prKey,
6060
'service_id': serviceID,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: emailjs
22
description: EmailJS helps sending emails directly from the Flutter app. No server is required.
3-
version: 1.2.1
3+
version: 1.3.0
44
homepage: https://www.emailjs.com
55
repository: https://github.com/emailjs-com/emailjs-flutter
66

0 commit comments

Comments
 (0)