Permalink
Browse files

1.1.0

  • Loading branch information...
1 parent 09198b2 commit b55063c41f66562d39d28c2f419b61aeba697550 @sindresorhus committed Mar 27, 2017
Showing with 6 additions and 6 deletions.
  1. +6 −6 Touch Bar Simulator/Info.plist
@@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0.0</string>
+ <string>1.1.0</string>
<key>CFBundleVersion</key>
- <string>1.0.0</string>
+ <string>1.1.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
@@ -28,11 +28,11 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>MIT License © Sindre Sorhus</string>
- <key>SUFeedURL</key>
- <string>https://sindresorhus.com/touch-bar-simulator/appcast.xml</string>
- <key>SUEnableAutomaticChecks</key>
- <true/>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>SUEnableAutomaticChecks</key>
+ <true/>
+ <key>SUFeedURL</key>
+ <string>https://sindresorhus.com/touch-bar-simulator/appcast.xml</string>
</dict>
</plist>

0 comments on commit b55063c

Please sign in to comment.