Skip to content

Commit 7f42deb

Browse files
committed
Update 1.3.3
1 parent 0146921 commit 7f42deb

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
.dart_tool/
3131
.packages
3232
build/
33+
*.lock

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.3.3
2+
* Fix notification issue for newest SDK
13
## 1.3.2
24
* Fix datetime that being nulled (VPN Status)
35
## 1.3.1

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ packages:
137137
path: ".."
138138
relative: true
139139
source: path
140-
version: "1.3.2"
140+
version: "1.3.3"
141141
path:
142142
dependency: transitive
143143
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openvpn_flutter
22
description: A plugin that allow you to connect OpenVPN service with Flutter
3-
version: 1.3.2
3+
version: 1.3.3
44
homepage: https://github.com/nizwar/openvpn_flutter
55

66
environment:

0 commit comments

Comments
 (0)