Skip to content

Commit

Permalink
bump version to 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxwell committed Apr 11, 2018
1 parent 5815bad commit 7a227f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.33</string>
<string>1.34</string>
<key>CFBundleSignature</key>
<string>TLUm</string>
<key>CFBundleURLTypes</key>
Expand All @@ -38,7 +38,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.33</string>
<string>1.34</string>
<key>LSMinimumSystemVersion</key>
<string>10.6.8</string>
<key>NSAppTransportSecurity</key>
Expand Down
1 change: 1 addition & 0 deletions TLMMainWindowController.m
Expand Up @@ -1429,6 +1429,7 @@ - (void)_handleLaunchAgentInstallFinishedNotification:(NSNotification *)aNote
[[NSNotificationCenter defaultCenter] removeObserver:self name:TLMOperationFinishedNotification object:op];
if ([op isCancelled] == NO)
TLMLog(__func__, @"Finished running launchd agent installer script");
#warning update status?
[[[self window] toolbar] validateVisibleItems];
}

Expand Down

0 comments on commit 7a227f4

Please sign in to comment.