Skip to content

Commit

Permalink
Bump to first beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jul 9, 2021
1 parent 0aa253a commit 56dabb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
constants
appVersionLabel

^ 'Alpha version'
^ 'Beta version'
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 56dabb2

Please sign in to comment.