Skip to content

Commit 86111fc

Browse files
committed
Update to v1.3
1 parent ffe6998 commit 86111fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SadMac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1</string>
18+
<string>1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>NSHumanReadableCopyright</key>

SadMac/SadMacView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ - (instancetype)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
3030
// This is a bit hacky but it works ...
3131
NSTextField *textField = [[NSTextField alloc] initWithFrame: NSMakeRect(0, (self.bounds.size.height-70)/2, self.bounds.size.width, 70)];
3232
[textField setTextColor: NSColor.whiteColor];
33-
[textField setStringValue:@"Sad Mac 1.2\nStefan Arentz, September 2020\ngithub.com/st3fan/SadMacScreenSaver"];
33+
[textField setStringValue:@"Sad Mac 1.3\nStefan Arentz, August 2020\ngithub.com/st3fan/SadMacScreenSaver"];
3434
[textField setBezeled:NO];
3535
[textField setDrawsBackground:NO];
3636
[textField setEditable:NO];

0 commit comments

Comments
 (0)