Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunteya committed Jul 13, 2018
1 parent 029484c commit 9b1fe25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MacCacheCleaner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MacCacheCleaner/View/CacheTableCellView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class LocationView: NSStackView {
button.bezelStyle = .roundRect
self.addArrangedSubview(LocationLabel(location))
self.addArrangedSubview(LocationLabel(size))
self.addArrangedSubview(button)
// self.addArrangedSubview(button)
self.orientation = .horizontal
self.spacing = 2
}
Expand Down

0 comments on commit 9b1fe25

Please sign in to comment.