File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function () {
3
3
// rather than looking for it all the time, you could just create an enum and change this once than updating every line
4
4
const github = {
5
5
repo : 'https://github.com/lapce/lapce' ,
6
- version : 'v0.2.6 ' ,
6
+ version : 'v0.2.7 ' ,
7
7
windows : 'Lapce-windows.msi' ,
8
8
linux : 'Lapce-linux.tar.gz' ,
9
9
macos : 'Lapce-macos.dmg'
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
251
251
</ div >
252
252
< div class ="w-1/2 px-1 ">
253
253
< a class ="px-1 py-0 bg-blue-500 rounded-md text-blue-50 "
254
- href ="https://github.com/lapce/lapce/releases/download/v0.2.6 /Lapce-linux.tar.gz "> 64 bit</ a >
254
+ href ="https://github.com/lapce/lapce/releases/download/v0.2.7 /Lapce-linux.tar.gz "> 64 bit</ a >
255
255
</ div >
256
256
</ div >
257
257
</ div >
@@ -265,7 +265,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
265
265
</ div >
266
266
< div class ="w-1/2 px-1 ">
267
267
< a class ="px-1 py-0 bg-blue-500 rounded-md text-blue-50 "
268
- href ="https://github.com/lapce/lapce/releases/download/v0.2.6 /Lapce-windows.msi "> 64 bit</ a >
268
+ href ="https://github.com/lapce/lapce/releases/download/v0.2.7 /Lapce-windows.msi "> 64 bit</ a >
269
269
</ div >
270
270
</ div >
271
271
< div class ="flex flex-wrap my-1 ">
@@ -274,7 +274,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
274
274
</ div >
275
275
< div class ="w-1/2 px-1 ">
276
276
< a class ="px-1 py-0 bg-blue-500 rounded-md text-blue-50 "
277
- href ="https://github.com/lapce/lapce/releases/download/v0.2.6 /Lapce-windows-portable.zip "> 64 bit</ a >
277
+ href ="https://github.com/lapce/lapce/releases/download/v0.2.7 /Lapce-windows-portable.zip "> 64 bit</ a >
278
278
</ div >
279
279
</ div >
280
280
</ div >
@@ -288,7 +288,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
288
288
</ div >
289
289
< div class ="w-1/2 px-1 ">
290
290
< a class ="px-1 py-0 bg-blue-500 rounded-md text-blue-50 "
291
- href ="https://github.com/lapce/lapce/releases/download/v0.2.6 /Lapce-macos.dmg "> Universal</ a >
291
+ href ="https://github.com/lapce/lapce/releases/download/v0.2.7 /Lapce-macos.dmg "> Universal</ a >
292
292
</ div >
293
293
</ div >
294
294
</ div >
You can’t perform that action at this time.
0 commit comments