Skip to content

Commit 3758064

Browse files
author
Sergey Khomushin
committed
0.0.2
1 parent ae7e5b3 commit 3758064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/emailjs.dart

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

4646
final Map<String, dynamic> params = {
47-
'lib_version': '0.0.1',
47+
'lib_version': '0.0.2',
4848
'user_id': pubKey,
4949
'service_id': serviceID,
5050
'template_id': templateID,

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 using client side technologies only. No server is required.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://www.emailjs.com
55
repository: https://github.com/emailjs-com/emailjs-flutter
66

0 commit comments

Comments
 (0)