Skip to content

Commit 530805f

Browse files
committed
bump version
1 parent 223ac2b commit 530805f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function () {
33
// rather than looking for it all the time, you could just create an enum and change this once than updating every line
44
const github = {
55
repo: 'https://github.com/lapce/lapce',
6-
version: 'v0.2.6',
6+
version: 'v0.2.7',
77
windows: 'Lapce-windows.msi',
88
linux: 'Lapce-linux.tar.gz',
99
macos: 'Lapce-macos.dmg'

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
251251
</div>
252252
<div class="w-1/2 px-1">
253253
<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>
255255
</div>
256256
</div>
257257
</div>
@@ -265,7 +265,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
265265
</div>
266266
<div class="w-1/2 px-1">
267267
<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>
269269
</div>
270270
</div>
271271
<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</
274274
</div>
275275
<div class="w-1/2 px-1">
276276
<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>
278278
</div>
279279
</div>
280280
</div>
@@ -288,7 +288,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
288288
</div>
289289
<div class="w-1/2 px-1">
290290
<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>
292292
</div>
293293
</div>
294294
</div>

0 commit comments

Comments
 (0)