Skip to content

Commit 9ed3357

Browse files
authored
Merge pull request #291 from mattrubin/prepare-for-beta
Prepare for 2.1 beta release
2 parents ac90bcc + 93976e9 commit 9ed3357

File tree

5 files changed

+34
-40
lines changed

5 files changed

+34
-40
lines changed

Authenticator/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.6</string>
20+
<string>2.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

AuthenticatorScreenshots/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.6</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>0</string>
2121
</dict>

AuthenticatorTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.6</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>0</string>
2121
</dict>

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane", git: "https://github.com/fastlane/fastlane.git", ref: "9205800"
3+
gem "fastlane", "~> 2.105"

Gemfile.lock

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1-
GIT
2-
remote: https://github.com/fastlane/fastlane.git
3-
revision: 92058000312372f89072b9ebbada29cc56b8ce49
4-
ref: 9205800
1+
GEM
2+
remote: https://rubygems.org/
53
specs:
6-
fastlane (2.104.0)
4+
CFPropertyList (3.0.0)
5+
addressable (2.5.2)
6+
public_suffix (>= 2.0.2, < 4.0)
7+
atomos (0.1.3)
8+
babosa (1.0.2)
9+
claide (1.0.2)
10+
colored (1.2)
11+
colored2 (3.1.2)
12+
commander-fastlane (4.4.6)
13+
highline (~> 1.7.2)
14+
declarative (0.0.10)
15+
declarative-option (0.1.0)
16+
domain_name (0.5.20180417)
17+
unf (>= 0.0.5, < 1.0.0)
18+
dotenv (2.5.0)
19+
emoji_regex (0.1.1)
20+
excon (0.62.0)
21+
faraday (0.15.3)
22+
multipart-post (>= 1.2, < 3)
23+
faraday-cookie_jar (0.0.6)
24+
faraday (>= 0.7.4)
25+
http-cookie (~> 1.0.0)
26+
faraday_middleware (0.12.2)
27+
faraday (>= 0.7.4, < 1.0)
28+
fastimage (2.1.4)
29+
fastlane (2.105.2)
730
CFPropertyList (>= 2.3, < 4.0.0)
831
addressable (>= 2.3, < 3.0.0)
932
babosa (>= 1.0.2, < 2.0.0)
@@ -39,35 +62,6 @@ GIT
3962
xcodeproj (>= 1.6.0, < 2.0.0)
4063
xcpretty (~> 0.3.0)
4164
xcpretty-travis-formatter (>= 0.0.3)
42-
43-
GEM
44-
remote: https://rubygems.org/
45-
specs:
46-
CFPropertyList (3.0.0)
47-
addressable (2.5.2)
48-
public_suffix (>= 2.0.2, < 4.0)
49-
atomos (0.1.3)
50-
babosa (1.0.2)
51-
claide (1.0.2)
52-
colored (1.2)
53-
colored2 (3.1.2)
54-
commander-fastlane (4.4.6)
55-
highline (~> 1.7.2)
56-
declarative (0.0.10)
57-
declarative-option (0.1.0)
58-
domain_name (0.5.20180417)
59-
unf (>= 0.0.5, < 1.0.0)
60-
dotenv (2.5.0)
61-
emoji_regex (0.1.1)
62-
excon (0.62.0)
63-
faraday (0.15.2)
64-
multipart-post (>= 1.2, < 3)
65-
faraday-cookie_jar (0.0.6)
66-
faraday (>= 0.7.4)
67-
http-cookie (~> 1.0.0)
68-
faraday_middleware (0.12.2)
69-
faraday (>= 0.7.4, < 1.0)
70-
fastimage (2.1.4)
7165
gh_inspector (1.1.3)
7266
google-api-client (0.23.9)
7367
addressable (~> 2.5, >= 2.5.1)
@@ -111,7 +105,7 @@ GEM
111105
rouge (2.0.7)
112106
rubyzip (1.2.2)
113107
security (0.1.3)
114-
signet (0.9.2)
108+
signet (0.10.0)
115109
addressable (~> 2.3)
116110
faraday (~> 0.9)
117111
jwt (>= 1.5, < 3.0)
@@ -148,7 +142,7 @@ PLATFORMS
148142
ruby
149143

150144
DEPENDENCIES
151-
fastlane!
145+
fastlane (~> 2.105)
152146

153147
BUNDLED WITH
154148
1.16.4

0 commit comments

Comments
 (0)