Skip to content

Commit

Permalink
Bump major version instead.
Browse files Browse the repository at this point in the history
Since the repo has remove deprecated apis and moves some things from `id`
to `instancetype` this could be source breaking to some folks, so major
version change is called for.
  • Loading branch information
thomasvl committed Nov 27, 2023
1 parent e635839 commit 947ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleToolboxForMac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleToolboxForMac'
s.version = '3.1.0'
s.version = '4.0.0'
s.author = 'Google Inc.'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/google-toolbox-for-mac'
Expand Down

0 comments on commit 947ce9a

Please sign in to comment.