Skip to content

Commit

Permalink
pimp 3.0.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Sep 2, 2016
1 parent df790d7 commit 5a934e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 {
//compile "io.projectreactor:reactor-core:3.0.1.BUILD-SNAPSHOT"
compile "io.projectreactor:reactor-core:3.0.1.RELEASE"
//compile "io.projectreactor:reactor-core:3.0.2.BUILD-SNAPSHOT"
compile "io.projectreactor:reactor-core:3.0.2.RELEASE"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/doc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ configure(rootProject) {
'compat-mode': '',
stylesdir: "stylesheets/",
stylesheet: 'golo.css',
appversion: "3.0.1.BUILD-SNAPSHOT",
appversion: "3.0.2.BUILD-SNAPSHOT",
'source-highlighter': 'coderay'

doLast {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Reactor Guide
Stephane Maldini
:appversion: 3.0.1.RELEASE (wiki)
:appversion: 3.0.2.RELEASE (wiki)
ifndef::host-github[:ext-relative: {outfilesuffix}]
{appversion}
:doctype: book
Expand Down

0 comments on commit 5a934e0

Please sign in to comment.