Skip to content

Commit

Permalink
Merge pull request #17 from teogor/release/1.0.0-alpha01
Browse files Browse the repository at this point in the history
Prepared env for next release
  • Loading branch information
teogor authored Oct 24, 2022
2 parents 01ab56a + b586417 commit e352b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
- for `build.gradle.kts`
```kotlin
dependencies {
implementation("dev.teogor:ceres-core:<<version>>")
implementation("dev.teogor:ceres-core:1.0.0-alpha02")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dev/teogor/ceres/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Configuration {
private const val majorVersion = 1
private const val minorVersion = 0
private const val patchVersion = 0
private const val preReleaseVersion = 1
private const val preReleaseVersion = 2
const val versionCode = 1
val versionFlags = VersionFlags.ALPHA
val versionName = ConfigurationImpl.versionNameImpl()
Expand Down

0 comments on commit e352b91

Please sign in to comment.