Skip to content

Commit 4175526

Browse files
committed
bump version
1 parent b4abf94 commit 4175526

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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.1',
6+
version: 'v0.2.3',
77
windows: 'Lapce-windows.msi',
88
linux: 'Lapce-linux.tar.gz',
99
macos: 'Lapce-macos.dmg'

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ <h1 class="mb-6 text-4xl leading-tight font-bold tracking-tight text-white text-
100100
class="py-5 px-7 w-72 text-base md:text-lg leading-4 text-blue-50 font-medium text-center bg-blue-500 hover:bg-blue-600 focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50 border border-blue-500 rounded-md shadow-sm"
101101
href="#">Download</a>
102102
</div>
103-
<div class="flex flex-wrap justify-center w-full md:w-auto py-1 md:py-0 center"><a id="download-other-platforms"
103+
<div class="flex flex-wrap justify-center w-full md:w-auto py-1 md:py-0 center"><a
104+
id="download-other-platforms"
104105
class="mt-3 w-60 text-sm leading-4 text-coolGray-900 font-medium text-center hover:underline shadow-sm"
105106
href="#downloads-all">Other platforms and formats</a>
106107
</div>
@@ -250,7 +251,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
250251
</div>
251252
<div class="w-1/2 px-1">
252253
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
253-
href="https://github.com/lapce/lapce/releases/download/v0.2.1/Lapce-linux.tar.gz">64 bit</a>
254+
href="https://github.com/lapce/lapce/releases/download/v0.2.3/Lapce-linux.tar.gz">64 bit</a>
254255
</div>
255256
</div>
256257
</div>
@@ -264,7 +265,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
264265
</div>
265266
<div class="w-1/2 px-1">
266267
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
267-
href="https://github.com/lapce/lapce/releases/download/v0.2.1/Lapce-windows.msi">64 bit</a>
268+
href="https://github.com/lapce/lapce/releases/download/v0.2.3/Lapce-windows.msi">64 bit</a>
268269
</div>
269270
</div>
270271
<div class="flex flex-wrap my-1">
@@ -273,7 +274,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
273274
</div>
274275
<div class="w-1/2 px-1">
275276
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
276-
href="https://github.com/lapce/lapce/releases/download/v0.2.1/Lapce-windows-portable.zip">64 bit</a>
277+
href="https://github.com/lapce/lapce/releases/download/v0.2.3/Lapce-windows-portable.zip">64 bit</a>
277278
</div>
278279
</div>
279280
</div>
@@ -287,7 +288,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
287288
</div>
288289
<div class="w-1/2 px-1">
289290
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
290-
href="https://github.com/lapce/lapce/releases/download/v0.2.1/Lapce-macos.dmg">Universal</a>
291+
href="https://github.com/lapce/lapce/releases/download/v0.2.3/Lapce-macos.dmg">Universal</a>
291292
</div>
292293
</div>
293294
</div>
@@ -314,4 +315,4 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
314315
</div>
315316
</body>
316317

317-
</html>
318+
</html>

0 commit comments

Comments
 (0)