Skip to content

Commit ff6ab0d

Browse files
committed
feat: release v0.2.4
1 parent f823337 commit ff6ab0d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId = "xyz.jekyllex"
3939
minSdk = 24
4040
targetSdk = 34
41-
versionCode = 5
42-
versionName = "v0.2.3"
41+
versionCode = 6
42+
versionName = "v0.2.4"
4343

4444
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4545
vectorDrawables {

metadata/en-US/changelogs/6.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Add a setting to enable command templates for projects.
2+
- Save frequently used commands in _config.yml files.
3+
- Saved commands appear in the terminal for easy access.
4+
- Bug fixes & improvements.

0 commit comments

Comments
 (0)