We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2047a commit 93a5920Copy full SHA for 93a5920
application/installation/com.neoutils.NeoRegex.metainfo.xml
@@ -47,7 +47,7 @@
47
</screenshots>
48
49
<releases>
50
- <release version="2.4.0" date="2024-12-xx">
+ <release version="2.4.0" date="2024-12-20">
51
<description>
52
<p>Improvements in user experience.</p>
53
<ul>
build-logic/src/main/kotlin/extension/Project.kt
@@ -28,7 +28,7 @@ val config = Config(
28
major = 2,
29
minor = 4,
30
patch = 0,
31
- phase = Config.Phase.DEVELOP
+ phase = Config.Phase.RELEASE
32
),
33
android = Config.Android(
34
compileSdk = 34,
0 commit comments