Skip to content

Commit

Permalink
[release] Prepare and release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 14, 2023
1 parent 7490134 commit e7afd54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2-SNAPSHOT"
implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.1"
//implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3-SNAPSHOT"
implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2"
}
```

Expand All @@ -42,7 +42,7 @@ Or from repo.spring.io with access to SNAPSHOT:
<dependency>
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.2-SNAPSHOT
version=1.2.2
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.5.2-SNAPSHOT"
reactorAddons = "3.5.1-SNAPSHOT"
reactorCore = "3.5.4"
reactorAddons = "3.5.1"
# Other shared versions
kotlin = "1.7.0"

Expand Down

0 comments on commit e7afd54

Please sign in to comment.