Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Aug 23, 2023
1 parent 94e29e8 commit 21e4f15
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 @@ -19,7 +19,7 @@ package dev.d1s.beam.commons
public typealias Version = String

public const val VERSION_MAJOR: Int = 0
public const val VERSION_MINOR: Int = 1
public const val VERSION_MINOR: Int = 2
public const val VERSION_PATCH: Int = 0

public const val VERSION: Version = "$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
kotlin.js.compiler=ir

projectGroup=dev.d1s.beam
projectVersion=0.1.0
projectVersion=0.2.0

kotlinVersion=1.9.0

Expand Down

0 comments on commit 21e4f15

Please sign in to comment.