From 56dabb218ce0f6e1a4410917720027def461a323 Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Fri, 9 Jul 2021 03:27:39 +0200 Subject: [PATCH] Bump to first beta version --- .../TalkInboxBrowser.class/class/appVersionLabel.st | 2 +- .../TalkInboxBrowser.class/instance/doSelfUpdate.st | 2 +- .../TalkInboxBrowser.class/methodProperties.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/appVersionLabel.st b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/appVersionLabel.st index 0e92b27c..8b446755 100644 --- a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/appVersionLabel.st +++ b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/appVersionLabel.st @@ -1,4 +1,4 @@ constants appVersionLabel - ^ 'Alpha version' \ No newline at end of file + ^ 'Beta version' \ No newline at end of file diff --git a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/instance/doSelfUpdate.st b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/instance/doSelfUpdate.st index 32c347d8..f89a560c 100644 --- a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/instance/doSelfUpdate.st +++ b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/instance/doSelfUpdate.st @@ -1,7 +1,7 @@ actions doSelfUpdate - (Project uiManager confirm: ('You are using an alpha version of {1} which is still\under development! While updating can bring new you new\exciting features and bugfixes, it also might introduce regressions\and set your machine on fire!\\Update anyway?' withCRs format: {self appName})) ifFalse: [^ false]. + (Project uiManager confirm: ('You are using a beta version of {1} which is still\under development! While updating can bring new you new\exciting features and bugfixes, it also might introduce regressions\and set your machine on fire!\\Update anyway?' withCRs format: {self appName})) ifFalse: [^ false]. self class selfUpdate. ^ true \ No newline at end of file diff --git a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json index e0d7c6cd..d678e8a5 100644 --- a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json +++ b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json @@ -1,7 +1,7 @@ { "class" : { "appName" : "ct 5/20/2021 19:04", - "appVersionLabel" : "ct 6/11/2021 00:27", + "appVersionLabel" : "ct 7/9/2021 02:36", "authorMailAddress" : "ct 5/26/2021 23:54", "defaultFeedbackText" : "ct 5/26/2021 23:59", "defaultInbox" : "ct 5/26/2021 23:41", @@ -60,7 +60,7 @@ "debuggableTextForError:" : "ct 6/30/2021 20:49", "defaultNumberOfConversations" : "ct 5/19/2021 21:11", "dependentAspectsOn:" : "ct 7/2/2021 22:20", - "doSelfUpdate" : "ct 5/26/2021 21:11", + "doSelfUpdate" : "ct 7/9/2021 02:36", "emptyContents" : "ct 7/7/2021 23:00", "filterLabel" : "ct 7/8/2021 13:18", "filterMenu:" : "ct 7/2/2021 16:08",