Skip to content

Commit

Permalink
Check for updates from X-Sam Repo, diverge versioning from Freddec
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Nov 21, 2021
1 parent 49d84f0 commit 407c677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5069,7 +5069,7 @@ export default {
enlightenSelected: null,
overlordModal: null,
currentRelease: "1.35.1",
currentRelease: "S.35.1",
ghLatestRelease: null,
login: null,
Expand Down Expand Up @@ -5353,7 +5353,7 @@ export default {
},
ghUpdate() {
ghApi
.get("/repos/ExileNG/NGSpaceCompany/releases/latest")
.get("/repos/X-Sam/NGSpaceCompany/releases/latest")
.then((response) => {
this.ghLatestRelease = response.data.tag_name;
});
Expand Down

0 comments on commit 407c677

Please sign in to comment.