Skip to content

Commit

Permalink
Update to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Aug 25, 2020
1 parent ffe6998 commit 86111fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SadMac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion SadMac/SadMacView.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (instancetype)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
// This is a bit hacky but it works ...
NSTextField *textField = [[NSTextField alloc] initWithFrame: NSMakeRect(0, (self.bounds.size.height-70)/2, self.bounds.size.width, 70)];
[textField setTextColor: NSColor.whiteColor];
[textField setStringValue:@"Sad Mac 1.2\nStefan Arentz, September 2020\ngithub.com/st3fan/SadMacScreenSaver"];
[textField setStringValue:@"Sad Mac 1.3\nStefan Arentz, August 2020\ngithub.com/st3fan/SadMacScreenSaver"];
[textField setBezeled:NO];
[textField setDrawsBackground:NO];
[textField setEditable:NO];
Expand Down

0 comments on commit 86111fc

Please sign in to comment.