Skip to content

Commit

Permalink
bump up to 3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol committed Oct 8, 2024
1 parent d499110 commit 0c30595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Gravatar/Resources/SDKInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>3.0.0-rc.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Gravatar
VERSION = '2.1.1'
VERSION = '3.0.0-rc.1'
SWIFT_VERSIONS = [
'5.10'
].freeze
Expand Down

0 comments on commit 0c30595

Please sign in to comment.