Skip to content

Commit 8b43188

Browse files
chore: Sync podspec version to 1.0.1
Match iOS podspec version with pubspec.yaml version (1.0.1).
1 parent f18242d commit 8b43188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/native_workmanager.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 = 'native_workmanager'
7-
s.version = '1.0.0'
7+
s.version = '1.0.1'
88
s.summary = 'Native background task manager for Flutter with zero Flutter Engine overhead.'
99
s.description = <<-DESC
1010
Native WorkManager is a Flutter plugin that provides native background task scheduling

0 commit comments

Comments
 (0)