Skip to content

Commit 316c8ba

Browse files
committed
update page.tsx
1 parent 373e887 commit 316c8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/app/download/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function DownloadPage() {
3737
if (counter <= 0) {
3838
clearInterval(interval);
3939
window.location.href =
40-
"https://github.com/201Harsh/IRIS-AI/releases/download/v1.2.4/iris-ai-1.2.4-setup.exe";
40+
"https://github.com/201Harsh/IRIS-AI/releases/download/v1.3.0/iris-ai-1.3.0-setup.exe";
4141
setTimeout(() => setShowWarning(false), 5000);
4242
}
4343
}, 1000);

0 commit comments

Comments
 (0)