Skip to content

Commit 5e84f9a

Browse files
committed
feat: release v0.2.3
1 parent 3857255 commit 5e84f9a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId = "xyz.jekyllex"
3737
minSdk = 24
3838
targetSdk = 34
39-
versionCode = 4
40-
versionName = "v0.2.2"
39+
versionCode = 5
40+
versionName = "v0.2.3"
4141

4242
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4343
vectorDrawables {

metadata/en-US/changelogs/5.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Publish split APKs.
2+
- Backup & Restore features in Settings.
3+
- Improve navigation in terminal sessions.
4+
- A few other bug fixes & improvements.

metadata/en-US/full_description.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
JekyllEx is a powerful IDE designed specifically for Jekyll projects.
22

33
Build, preview, and publish your Jekyll based websites right from your device.
4-
54
<ul>
65
<li>GitHub Pages environment with Ruby and default gems embedded natively.</li>
76
<li>Built-in Git for version control. Easily connect to your GitHub account.</li>
@@ -13,7 +12,6 @@ Build, preview, and publish your Jekyll based websites right from your device.
1312
<li>Preview the site offline in any browser right on device before publishing.</li>
1413
<li>Secure by default. No third party backend. Everything stays offline.</li>
1514
</ul>
16-
1715
Make quick edits to your Jekyll site on the go in a mobile-friendly interface.
1816

1917
Visit the <a href="https://jekyllex.xyz">project website</a> for more information and documentation.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The mobile IDE for Jekyll to build, edit, preview, and publish Jekyll sites.
1+
The mobile IDE to create, build, edit, preview, and publish Jekyll sites.

0 commit comments

Comments
 (0)