We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d499110 commit 0c30595Copy full SHA for 0c30595
Sources/Gravatar/Resources/SDKInfo.plist
@@ -3,6 +3,6 @@
3
<plist version="1.0">
4
<dict>
5
<key>CFBundleShortVersionString</key>
6
- <string>2.1.1</string>
+ <string>3.0.0-rc.1</string>
7
</dict>
8
</plist>
version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
module Gravatar
- VERSION = '2.1.1'
+ VERSION = '3.0.0-rc.1'
SWIFT_VERSIONS = [
'5.10'
].freeze
0 commit comments