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.
3.4.0
1 parent e304e88 commit 10ea47aCopy full SHA for 10ea47a
Sources/Gravatar/Resources/SDKInfo.plist
@@ -3,6 +3,6 @@
3
<plist version="1.0">
4
<dict>
5
<key>CFBundleShortVersionString</key>
6
- <string>3.4.0-rc.2</string>
+ <string>3.4.0</string>
7
</dict>
8
</plist>
version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
module Gravatar
- VERSION = '3.4.0-rc.2'
+ VERSION = '3.4.0'
SWIFT_VERSIONS = [
'5.10'
].freeze
0 commit comments