Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 5d7dbea

Browse files
committed
dotDownload: Bump to stable
1 parent 1aef6ab commit 5d7dbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotDownload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import requests
66
import json
77

8-
appversion = "v1.1b"
9-
appstable = "unstable"
8+
appversion = "v1"
9+
appstable = "stable"
1010

1111
def download(host, filename):
1212
if (not os.path.isfile(filename)):

0 commit comments

Comments
 (0)