Add 2.4 download links

This commit is contained in:
clobber
2023-12-29 23:49:40 -07:00
parent 18106a9d1e
commit e12596d391
+3 -3
View File
@@ -3,12 +3,12 @@ var oe = new Vue({
el: '.page',
data: {
details: {
version: '2.3.3',
version: '2.4',
req: '10.14.4'
},
download: {
latest: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.3.3/OpenEmu_2.3.3.zip',
experimental: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.3.3/OpenEmu_2.3.3-experimental.zip'
latest: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.4/OpenEmu_2.4.zip',
experimental: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.4/OpenEmu_2.4-experimental.zip'
},
intro: [
{ th: 'intro-th1.jpg', main: 'intro-nes-grid.png', active: true },