Skip to content

Commit 0b65b78

Browse files
author
Sergey Khomushin
committed
v1.1.0
1 parent 7e73858 commit 0b65b78

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.1.0
2+
* Improve README.md
3+
14
## 1.0.0
25
* Add support for the private key
36
* Instead of the public key argument, the settings object is passed, where the public and private keys can be set.

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.0.0',
57+
'lib_version': '1.1.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.0.0
3+
version: 1.1.0
44
homepage: https://www.emailjs.com
55
repository: https://github.com/emailjs-com/emailjs-flutter
66

0 commit comments

Comments
 (0)