Skip to content

Commit

Permalink
Bump version to publish jvm module
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 29, 2022
1 parent 10e1d16 commit c82e642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you want to add all modules use the `stdx-full` dependency

```kotlin
dependencies {
implementation(platform("dev.schlaubi:stdx-bom:1.0.0"))
implementation(platform("dev.schlaubi:stdx-bom:1.0.1"))
// Then for each module
implementation("dev.schlaubi", "stdx-core")
}
Expand All @@ -36,7 +36,7 @@ dependencies {

```groovy
dependencies {
implementation platform("dev.schlaubi:stdx-bom:1.0.0")
implementation platform("dev.schlaubi:stdx-bom:1.0.1")
// Then for each module
implementation 'dev.schlaubi:stdx-core'
}
Expand All @@ -55,7 +55,7 @@ dependencies {
<groupId>dev.schlaubi</groupId>
<!--core or any other module -->
<artifactId>stdx-core-jvm</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {


allprojects {
version = "1.0.0"
version = "1.0.1"
group = "dev.schlaubi"
repositories {
mavenCentral()
Expand Down

0 comments on commit c82e642

Please sign in to comment.