Skip to content

Commit 0c30595

Browse files
committed
bump up to 3.0.0-rc.1
1 parent d499110 commit 0c30595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Gravatar/Resources/SDKInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>2.1.1</string>
6+
<string>3.0.0-rc.1</string>
77
</dict>
88
</plist>

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Gravatar
4-
VERSION = '2.1.1'
4+
VERSION = '3.0.0-rc.1'
55
SWIFT_VERSIONS = [
66
'5.10'
77
].freeze

0 commit comments

Comments
 (0)