Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chromium-versions.js 556B

123456789101112131415161718192021222324252627282930313233343536373839
  1. module.exports = {
  2. "39": "0.20",
  3. "40": "0.21",
  4. "41": "0.21",
  5. "42": "0.25",
  6. "43": "0.27",
  7. "44": "0.30",
  8. "45": "0.31",
  9. "47": "0.36",
  10. "49": "0.37",
  11. "50": "1.1",
  12. "51": "1.2",
  13. "52": "1.3",
  14. "53": "1.4",
  15. "54": "1.4",
  16. "56": "1.6",
  17. "58": "1.7",
  18. "59": "1.8",
  19. "61": "2.0",
  20. "66": "3.0",
  21. "69": "4.0",
  22. "72": "5.0",
  23. "73": "5.0",
  24. "76": "6.0",
  25. "78": "7.0",
  26. "79": "8.0",
  27. "80": "8.0",
  28. "82": "9.0",
  29. "83": "9.0",
  30. "84": "10.0",
  31. "85": "10.0",
  32. "86": "11.0",
  33. "87": "11.0",
  34. "89": "12.0",
  35. "90": "13.0",
  36. "91": "13.0",
  37. "92": "14.0",
  38. "93": "14.0"
  39. };