diff --git a/GoogleToolboxForMac.podspec b/GoogleToolboxForMac.podspec index 9b29f27..20066d6 100644 --- a/GoogleToolboxForMac.podspec +++ b/GoogleToolboxForMac.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleToolboxForMac' - s.version = '4.2.0' + s.version = '4.2.1' s.author = 'Google Inc.' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/google-toolbox-for-mac' @@ -12,6 +12,10 @@ Pod::Spec.new do |s| to developers working on iOS or OS X projects. DESC + # Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource + # bundle for the privacy manifest. + s.cocoapods_version = '>= 1.12.0' + osx_deployment_target = '10.12' ios_deployment_target = '10.0' tvos_deployment_target = '10.0' diff --git a/MODULE.bazel b/MODULE.bazel index b8e5f59..800bf88 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "google_toolbox_for_mac", - version = "4.2.0", + version = "4.2.1", compatibility_level = 0, )