update.json.example 371 B

1234567891011121314151617181920
  1. {
  2. "notes": "",
  3. "releases": [
  4. {
  5. "version": "1.0.1",
  6. "notes": "",
  7. "urls": [
  8. "https://cdn.example.com/client/NIM-1.0.1.zip"
  9. ]
  10. },
  11. {
  12. "version": "1.0.2",
  13. "notes": "",
  14. "urls": [
  15. "https://cdn.example.com/client/NIM-1.0.2.zip",
  16. "https://mirror.example.com/client/NIM-1.0.2.zip"
  17. ]
  18. }
  19. ]
  20. }