Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Mar 15, 2024
1 parent e8caa8b commit 1c1c842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.huanshankeji.CommonDependencies
import com.huanshankeji.CommonVersions

val projectVersion = "0.1.0-SNAPSHOT"
val projectVersion = "0.1.0"

val commonVersions = CommonVersions()
val commonDependencies = CommonDependencies(commonVersions)

0 comments on commit 1c1c842

Please sign in to comment.