forked from nuttyartist/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPDATES.json
22 lines (22 loc) · 885 Bytes
/
UPDATES.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"updates": {
"windows": {
"open-url": "https://github.com/nuttyartist/notes/releases/download/v1.0.0/NotesSetup.exe",
"latest-version": "1.0.0",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v1.0.0/NotesSetup.exe",
"changelog": ""
},
"osx": {
"open-url": "https://github.com/nuttyartist/notes/releases/download/v1.0.0/Notes.Better.dmg",
"latest-version": "1.0.0",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v1.0.0/Notes.Better.dmg",
"changelog": ""
},
"linux": {
"open-url": "https://github.com/nuttyartist/notes/releases/download/v1.0.0/notes_1.0.0_amd64-trusty.deb",
"latest-version": "1.0.0",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v1.0.0/notes_1.0.0_amd64-trusty.deb",
"changelog": ""
}
}
}