From ddbee7b896f6ad51ccd8524c8ecc724c21e1503e Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 4 Dec 2018 09:10:49 -0500 Subject: Version bump for a release. Looking at what has changed since the last release: https://github.com/google/google-toolbox-for-mac/compare/v2.1.4...master There are two small fixes, but the rest is removing a few unused things and the majority is marking things as deprecated that the System Frameworks now provide. So bumping the minor version so folks can control when they adopt this if they so wish. --- GoogleToolboxForMac.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleToolboxForMac.podspec b/GoogleToolboxForMac.podspec index f7eb497..2a78a00 100644 --- a/GoogleToolboxForMac.podspec +++ b/GoogleToolboxForMac.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleToolboxForMac' - s.version = '2.1.4' + s.version = '2.2.0' s.author = 'Google Inc.' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/google-toolbox-for-mac' -- cgit v1.2.3