Skip to content

Commit

Permalink
chore(version): release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Irineu333 committed Dec 20, 2024
1 parent 44cc248 commit 653513f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</screenshots>

<releases>
<release version="2.4.0" date="2024-12-xx">
<release version="2.4.0" date="2024-12-20">
<description>
<p>Improvements in user experience.</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/extension/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val config = Config(
major = 2,
minor = 4,
patch = 0,
phase = Config.Phase.DEVELOP
phase = Config.Phase.RELEASE
),
android = Config.Android(
compileSdk = 34,
Expand Down

0 comments on commit 653513f

Please sign in to comment.