Skip to content

Commit

Permalink
Merge pull request #8 from fika-tech/release/0.1.0
Browse files Browse the repository at this point in the history
[Release] 0.1.0
  • Loading branch information
wasabi-muffin authored Sep 10, 2023
2 parents cddd189 + b083965 commit 523dd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group = Config.group
version = Property.get(Property.Version) ?: Config.defaultVersion
version = Property.get(Property.Version) ?: Config.version
}

setupTestCoverage()
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.JavaVersion

object Config {
const val group = "tech.fika.macaron"
const val defaultVersion = "SNAPSHOT"
const val version = "0.1.0"
val javaVersion = JavaVersion.VERSION_17
const val release = "release"
const val debug = "debug"
Expand Down

0 comments on commit 523dd8f

Please sign in to comment.