Skip to content

Commit

Permalink
Set branch for self-update to "latest-release"
Browse files Browse the repository at this point in the history
Since Git has renamed the default "master" to "main",
why not use the occasion to switch the naming to something
more revealing. This sets the repository free to rename develop
to main if desired at some point.
  • Loading branch information
j4yk committed Dec 2, 2020
1 parent ab2dc14 commit 0417dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class initialization
initializeSelfUpdate
"SquitBrowser initializeSelfUpdate"
SelfUpdateBranch := 'develop'.
SelfUpdateBranch := 'latest-release'.
2 changes: 1 addition & 1 deletion src/Squit.package/SquitBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
"defaultTitle" : "fn 4/11/2017 17:23",
"initialize" : "jr 4/18/2018 21:28",
"initializeSelfUpdate" : "jr 4/18/2018 21:27",
"initializeSelfUpdate" : "jr 12/2/2020 19:41",
"open" : "fn 4/11/2017 09:09",
"registerInWorldMenu" : "jr 4/15/2017 13:34",
"selfUpdate" : "jr 3/7/2020 00:09",
Expand Down

0 comments on commit 0417dec

Please sign in to comment.