diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bc8c7..192bb04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/emailjs.dart b/lib/emailjs.dart index 74b19b3..2a162ce 100644 --- a/lib/emailjs.dart +++ b/lib/emailjs.dart @@ -44,7 +44,7 @@ class EmailJS { validateParams(pubKey, serviceID, templateID); final Map params = { - 'lib_version': '0.0.2', + 'lib_version': '0.0.3', 'user_id': pubKey, 'service_id': serviceID, 'template_id': templateID, diff --git a/pubspec.yaml b/pubspec.yaml index 57b643d..f60bdb7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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