diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2018-12-04 09:10:49 -0500 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2018-12-05 12:59:35 -0500 |
commit | ddbee7b896f6ad51ccd8524c8ecc724c21e1503e (patch) | |
tree | 07e859e60fa2714d5abb5e4b7a11a0ae3428be8a | |
parent | ad3d2290140632c735459e9910229ffd75267fd1 (diff) |
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.
-rw-r--r-- | GoogleToolboxForMac.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
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' |