-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
15 lines (15 loc) · 743 Bytes
/
Copy pathversion.json
File metadata and controls
15 lines (15 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"version": "1.0.0",
"notes": "First release!",
"assets": {
"windows": "https://raw.githubusercontent.com/ConPlusPlus/visual-python/main/visual_python.py",
"mac": "https://raw.githubusercontent.com/ConPlusPlus/visual-python/main/visual_python.py",
"chromebook": "https://raw.githubusercontent.com/ConPlusPlus/visual-python/main/visual_python.py"
},
"launcher_version": "1.0.0",
"launchers": {
"windows": "https://github.com/ConPlusPlus/visual-python/releases/latest/download/VisualPython.exe",
"mac": "https://github.com/ConPlusPlus/visual-python/releases/latest/download/VisualPython-mac.zip",
"chromebook": "https://github.com/ConPlusPlus/visual-python/releases/latest/download/VisualPython-linux"
}
}