Skip to content

Commit

Permalink
Bump to version 1.1.4, Build 19
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown committed Aug 6, 2016
1 parent 9f4172a commit 0326ba3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Memories/Photo View/PhotoViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PhotoViewController: UIViewController,
PHPhotoLibrary.sharedPhotoLibrary().unregisterChangeObserver(self)
self.cancelAllImageRequests()
self.purgeAllViews()
}
}

override func viewDidLayoutSubviews() {
setupViews()
Expand Down
4 changes: 2 additions & 2 deletions Memories/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>18</string>
<string>19</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>itms-apps</string>
Expand Down
4 changes: 2 additions & 2 deletions Photo Widget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>18</string>
<string>19</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down

0 comments on commit 0326ba3

Please sign in to comment.