Skip to content

Commit

Permalink
Test Update 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Aug 15, 2024
1 parent a6c92c1 commit 4c187ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/Updater.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ const Updater: Plugin = {
name: "Updater",
id: "bunker.updater",
tile() {
const currentVersion = "v0.1.5";
const currentVersion = "v0.1.6";
const [latestVersion, setLatestVersion] = useState<string>();
const [installedVersion, setInstalledVersion] = useState<string>();

useEffect(() => {
setInstalledVersion("v0.1.3");
setInstalledVersion("v0.1.6");
async function getLatestVersion() {
const response = await fetch(
"https://api.github.com/repos/bunkerweb/bunker/tags"
Expand Down

0 comments on commit 4c187ae

Please sign in to comment.