Skip to content

Commit

Permalink
chore: Update UPDATES_FOSS.json for v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Oct 1, 2024
1 parent 0b13300 commit f6ad653
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions UPDATES_FOSS.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"updates": {
"windows": {
"open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/NotesSetup_2.3.0.exe",
"latest-version": "2.3.0",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/NotesSetup_2.3.0.exe",
"changelog": ""
"open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/NotesSetup_2.3.1.exe",
"latest-version": "2.3.1",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/NotesSetup_2.3.1.exe",
"changelog": "https://github.com/nuttyartist/notes/releases/tag/v2.3.1"
},
"osx": {
"open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes.2.3.0.dmg",
"latest-version": "2.3.0",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes.2.3.0.dmg",
"changelog": ""
"open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes.2.3.1.dmg",
"latest-version": "2.3.1",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes.2.3.1.dmg",
"changelog": "https://github.com/nuttyartist/notes/releases/tag/v2.3.1"
},
"linux": {
"open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes_2.3.0-Qt6.4.3-x86_64.AppImage",
"latest-version": "2.3.0",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.0/Notes_2.3.0-Qt6.4.3-x86_64.AppImage",
"changelog": ""
"open-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes_2.3.1-Qt6.4.3-x86_64.AppImage",
"latest-version": "2.3.1",
"download-url": "https://github.com/nuttyartist/notes/releases/download/v2.3.1/Notes_2.3.1-Qt6.4.3-x86_64.AppImage",
"changelog": "https://github.com/nuttyartist/notes/releases/tag/v2.3.1"
}
}
}

0 comments on commit f6ad653

Please sign in to comment.