Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 1d01868

Browse files
committed
Bump version to 2.19.0
1 parent 54d149e commit 1d01868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CodeHub.iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<key>CFBundleIdentifier</key>
3636
<string>com.dillonbuchanan.codehub</string>
3737
<key>CFBundleShortVersionString</key>
38-
<string>2.18.2</string>
38+
<string>2.19.0</string>
3939
<key>UIStatusBarTintParameters</key>
4040
<dict>
4141
<key>UINavigationBar</key>
@@ -69,7 +69,7 @@
6969
<string>UIInterfaceOrientationLandscapeRight</string>
7070
</array>
7171
<key>CFBundleVersion</key>
72-
<string>2.18.2.1</string>
72+
<string>2.19.0.1</string>
7373
<key>UILaunchStoryboardName</key>
7474
<string>Launch</string>
7575
<key>NSAppTransportSecurity</key>

CodeHub.iOS/ViewControllers/Repositories/RepositoryViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public void Render()
291291
_split2.Button2.Text = "Branch".ToQuantity(branches);
292292
sec1.Add(_split2);
293293

294-
_split3.Button1.Text = (model.CreatedAt).ToString("MM/dd/yy");
294+
_split3.Button1.Text = model.CreatedAt.ToString("MM/dd/yy");
295295
_split3.Button2.Text = model.Size.Kilobytes().ToString("#.#");
296296
sec1.Add(_split3);
297297

0 commit comments

Comments
 (0)