Skip to content

Commit

Permalink
[release] Prepare and release 1.3.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Apr 9, 2024
1 parent 4269a06 commit 027266a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
dependencies {
//implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.3.0-SNAPSHOT"
implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2"
implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.3.0-M1"
}
```

Expand All @@ -29,7 +29,7 @@ With Maven from Maven Central repositories (stable releases):
<dependency>
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
<version>1.2.2</version>
<version>1.3.0-M1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.3.0-SNAPSHOT
version=1.3.0-M1
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
reactorCore = "3.7.0-SNAPSHOT"
reactorAddons = "3.6.0-SNAPSHOT"
reactorCore = "3.7.0-M1"
reactorAddons = "3.6.0-M1"
# Other shared versions
kotlin = "1.7.0"

Expand Down

0 comments on commit 027266a

Please sign in to comment.