Skip to content

Commit 5296aa7

Browse files
Merge pull request #3 from TheCodeDaniel/v0.0.4
chore: update version to 0.0.4
2 parents d6d1ae4 + 19d4490 commit 5296aa7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010

1111
- docs: documentation update
1212
- feat: allow support on previous dart version
13+
14+
## 0.0.4
15+
16+
- fix: fixed crashing issue on IOS versions

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- integration_test (0.0.1):
44
- Flutter
55
- ScreenProtectorKit (1.3.1)
6-
- screenshot_guard (0.0.3):
6+
- screenshot_guard (0.0.4):
77
- Flutter
88
- ScreenProtectorKit (~> 1.3.1)
99

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ packages:
192192
path: ".."
193193
relative: true
194194
source: path
195-
version: "0.0.3"
195+
version: "0.0.4"
196196
sky_engine:
197197
dependency: transitive
198198
description: flutter

ios/screenshot_guard.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'screenshot_guard'
7-
s.version = '0.0.3'
7+
s.version = '0.0.4'
88
s.summary = 'A Flutter plugin for restricting screenshot and screen recording.'
99
s.description = <<-DESC
1010
A new Flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: screenshot_guard
22
description: "A Flutter plugin to protect your app from screenshots and screen recordings"
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://github.com/TheCodeDaniel/screenshot_guard.git
55

66
environment:

0 commit comments

Comments
 (0)