We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e5b3 commit 3758064Copy full SHA for 3758064
lib/emailjs.dart
@@ -44,7 +44,7 @@ class EmailJS {
44
validateParams(pubKey, serviceID, templateID);
45
46
final Map<String, dynamic> params = {
47
- 'lib_version': '0.0.1',
+ 'lib_version': '0.0.2',
48
'user_id': pubKey,
49
'service_id': serviceID,
50
'template_id': templateID,
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: emailjs
2
description: EmailJS helps sending emails using client side technologies only. No server is required.
3
-version: 0.0.1
+version: 0.0.2
4
homepage: https://www.emailjs.com
5
repository: https://github.com/emailjs-com/emailjs-flutter
6
0 commit comments