Add more branches to the list

This commit is contained in:
Yuri Sizov
2023-03-28 19:34:07 +02:00
parent 72114e5ac6
commit ca4e5d01f9

View File

@@ -44,7 +44,7 @@ export default class EntryComponent extends LitElement {
this._isLoading = true;
this._loadingBranches = [];
this._branches = [ "master" ];
this._branches = [ "master", "4.0", "3.x", "3.5" ];
this._branchData = {};
this._selectedRepository = "godotengine/godot";