Skip to content

Commit

Permalink
Update v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inulute committed Mar 8, 2024
1 parent a859986 commit 6f6c6e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>UnlimCloud Desktop App</h1>
</div>

Welcome to the Unofficial Desktop Application for [UnlimCloud](https://unlimcloud.cloud)
Welcome to the Unofficial Desktop Application for UnlimCloud

## About UnlimCloud <img src="./src/assets/unlim-clear.png" alt="UnlimCloud Logo" width="30"/>

Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

async function checkForUpdates() {
try {
const currentVersion = await fetch('/crrtver.inu').then(response => response.text());
const currentVersion = "2.0.0";
const response = await fetch('https://raw.githubusercontent.com/inulute/unlim-cloud/main/package.json');
const { version: latestVersion } = await response.json();

Expand Down Expand Up @@ -166,7 +166,7 @@
}
} catch (error) {
console.error("Error fetching version file:", error);
document.getElementById("versionDisplay").innerText = "Error checking for updates.";
document.getElementById("versionDisplay").innerText = "Error... Check you internet connection and try again.";
}
}

Expand Down

0 comments on commit 6f6c6e1

Please sign in to comment.