Skip to content

Commit 2bcb8d5

Browse files
committed
chore(version): release v2.4.0
1 parent 1be6e94 commit 2bcb8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/installation/com.neoutils.NeoRegex.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</screenshots>
4848

4949
<releases>
50-
<release version="2.4.0" date="2024-12-xx">
50+
<release version="2.4.0" date="2024-12-20">
5151
<description>
5252
<p>Improvements in user experience.</p>
5353
<ul>

build-logic/src/main/kotlin/extension/Project.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val config = Config(
2828
major = 2,
2929
minor = 4,
3030
patch = 0,
31-
phase = Config.Phase.DEVELOP
31+
phase = Config.Phase.RELEASE
3232
),
3333
android = Config.Android(
3434
compileSdk = 34,

0 commit comments

Comments
 (0)