Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Commit

Permalink
Update github account and verison number
Browse files Browse the repository at this point in the history
  • Loading branch information
SCP002 committed Feb 20, 2022
1 parent 7e1f491 commit 3c669b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xteve.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type GitHubStruct struct {

// GitHub : GitHub Account
// If you want to fork this project, enter your Github account here. This prevents a newer version of xTeVe from updating your version.
var GitHub = GitHubStruct{Branch: "experimental", User: "winguru", Repo: "xTeVe-Downloads", Update: false}
var GitHub = GitHubStruct{Branch: "master", User: "SCP002", Repo: "xTeVe", Update: false}

/*
Branch: GitHub Branch
Expand All @@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "experimental", User: "winguru", Repo: "xTeVe-
const Name = "xTeVe"

// Version : Version, the Build Number is parsed in the main func
const Version = "2.2.1.0200"
const Version = "2.2.2.0000"

// DBVersion : Database Version
const DBVersion = "2.1.1"
Expand Down

0 comments on commit 3c669b2

Please sign in to comment.