We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373e887 commit 316c8baCopy full SHA for 316c8ba
1 file changed
client/app/download/page.tsx
@@ -37,7 +37,7 @@ export default function DownloadPage() {
37
if (counter <= 0) {
38
clearInterval(interval);
39
window.location.href =
40
- "https://github.com/201Harsh/IRIS-AI/releases/download/v1.2.4/iris-ai-1.2.4-setup.exe";
+ "https://github.com/201Harsh/IRIS-AI/releases/download/v1.3.0/iris-ai-1.3.0-setup.exe";
41
setTimeout(() => setShowWarning(false), 5000);
42
}
43
}, 1000);
0 commit comments