Skip to content

Commit

Permalink
bump podspec to 4.10.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 21, 2024
1 parent d0139a4 commit 1ba6e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DartCvIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Run `pod lib lint DartCvIOS.podspec` to validate before publishing.
#

opencv_version = '4.10.0+9'
opencv_version = '4.10.0+10'

Pod::Spec.new do |s|
s.name = 'DartCvIOS'
s.version = '4.10.0.4'
s.version = '4.10.0.5'
s.summary = 'dartcv for ios'
s.description = <<-DESC
OpenCV bindings for Dart.
Expand Down
4 changes: 2 additions & 2 deletions DartCvMacOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Run `pod lib lint DartCvMacOS.podspec` to validate before publishing.
#

opencv_version = '4.10.0+9'
opencv_version = '4.10.0+10'

Pod::Spec.new do |s|
s.name = 'DartCvMacOS'
s.version = '4.10.0.4'
s.version = '4.10.0.5'
s.summary = 'dartcv for macos'
s.description = <<-DESC
OpenCV bindings for Dart.
Expand Down

0 comments on commit 1ba6e92

Please sign in to comment.