Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Khomushin committed Oct 29, 2022
1 parent a0c27cb commit c239b5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## 0.0.1

* Official EmailJS SDK for Flutter
## 0.0.3
* re-format examples code

## 0.0.2

* Score fixes
* Added examples
* Dart formatter

## 0.0.1

* Official EmailJS SDK for Flutter
2 changes: 1 addition & 1 deletion lib/emailjs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class EmailJS {
validateParams(pubKey, serviceID, templateID);

final Map<String, dynamic> params = {
'lib_version': '0.0.2',
'lib_version': '0.0.3',
'user_id': pubKey,
'service_id': serviceID,
'template_id': templateID,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: emailjs
description: EmailJS helps sending emails using client side technologies only. No server is required.
version: 0.0.2
version: 0.0.3
homepage: https://www.emailjs.com
repository: https://github.com/emailjs-com/emailjs-flutter

Expand Down

0 comments on commit c239b5f

Please sign in to comment.