Skip to content

Commit

Permalink
plugins v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Mar 10, 2023
1 parent 3b1eb2f commit 172982d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val commonGradleClasspathDependencies = CommonGradleClasspathDependencies(common

val kotlinVersion = "1.8.10" // for Compose 1.3.1

val alignedPluginVersion = "0.4.0-SNAPSHOT"
val alignedPluginVersion = "0.4.0"

// "x.y.z" indicates the version of the way of organizing the code,
// and the date indicates the version when the dependency versions are updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("conventions")
}

version = "0.3.2-SNAPSHOT"
version = alignedPluginVersion

0 comments on commit 172982d

Please sign in to comment.