diff --git a/Resources/Info.plist b/Resources/Info.plist
index af63f36..b0eb0e6 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -11,7 +11,7 @@
CFBundleName
TypeStatus
CFBundleShortVersionString
- 1.0b3
+ 1.0
CFBundleVersion
3
LSMinimumSystemVersion
diff --git a/Tweak.xm b/Tweak.xm
index ceb89f2..bc9cdee 100644
--- a/Tweak.xm
+++ b/Tweak.xm
@@ -160,7 +160,7 @@ void HBTSSetStatus(HBTSStatusBarType type, NSString *handle) {
void HBTSShowFirstRunAlert() {
NSAlert *alert = [[[NSAlert alloc] init] autorelease];
alert.messageText = @"Welcome to TypeStatus";
- alert.informativeText = @"This is a preview of TypeStatus for Mac. Please send bug reports and feedback to support@hbang.ws.";
+ alert.informativeText = @"You’ll now see subtle notifications in your menu bar when someone is typing an iMessage to you or reads an iMessage you sent.\nIf you like TypeStatus, don’t forget to let your friends know about it!";
if (!IS_OSX_OR_NEWER(10_10)) {
alert.showsSuppressionButton = YES;
diff --git a/stuff/folder.pxm b/stuff/folder.pxm
index 05d4fb4..87de861 100644
Binary files a/stuff/folder.pxm and b/stuff/folder.pxm differ