Skip to content

Commit

Permalink
Update version as 3.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol committed Nov 29, 2024
1 parent f44378a commit dd43db6
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>3.1.0</string>
<string>3.1.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 = '3.1.0'
VERSION = '3.1.0-rc.1'
SWIFT_VERSIONS = [
'5.10'
].freeze
Expand Down

0 comments on commit dd43db6

Please sign in to comment.