Skip to content

Commit

Permalink
chore: updated pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
fonkamloic committed Dec 14, 2024
1 parent 4863749 commit cb08efb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/no_screenshot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'no_screenshot'
s.version = '0.3.2-beta.1'
s.version = '0.3.2-beta.3'
s.summary = 'Flutter plugin to enable, disable or toggle screenshot support in your application.'
s.description = <<-DESC
A new Flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion macos/no_screenshot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'no_screenshot'
s.version = '0.3.2-beta.1'
s.version = '0.3.2-beta.3'
s.summary = 'Flutter plugin to enable, disable or toggle screenshot support in your application.'
s.description = <<-DESC
A new Flutter plugin project.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: no_screenshot
description: Flutter plugin to enable, disable, toggle or stream screenshot activities in your application.
version: 0.3.2-beta.2
version: 0.3.2-beta.3
homepage: https://flutterplaza.com
repository: https://github.com/FlutterPlaza/no_screenshot/releases/tag/v0.3.2-beta.2
repository: https://github.com/FlutterPlaza/no_screenshot/releases/tag/v0.3.2-beta.3

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit cb08efb

Please sign in to comment.