Skip to content

Commit 6682521

Browse files
committed
chore(version): bump to release v2.5.2
1 parent fe49d51 commit 6682521

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.5.1" date="2024-12-28">
50+
<release version="2.5.2" date="2024-12-28">
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
@@ -27,7 +27,7 @@ val config = Config(
2727
version = Config.Version(
2828
major = 2,
2929
minor = 5,
30-
patch = 1,
30+
patch = 2,
3131
phase = Config.Phase.RELEASE
3232
),
3333
android = Config.Android(

0 commit comments

Comments
 (0)