Skip to content

Commit 1171fc7

Browse files
committed
Update version number
1 parent 2be7d6c commit 1171fc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Example:
2323

2424
```groovy
2525
dependencies {
26-
implementation 'io.rsocket:rsocket-core:0.11.13'
27-
implementation 'io.rsocket:rsocket-transport-netty:0.11.13'
28-
// implementation 'io.rsocket:rsocket-core:0.11.14.BUILD-SNAPSHOT'
29-
// implementation 'io.rsocket:rsocket-transport-netty:0.11.14.BUILD-SNAPSHOT'
26+
implementation 'io.rsocket:rsocket-core:0.11.14'
27+
implementation 'io.rsocket:rsocket-transport-netty:0.11.14'
28+
// implementation 'io.rsocket:rsocket-core:0.11.15.BUILD-SNAPSHOT'
29+
// implementation 'io.rsocket:rsocket-transport-netty:0.11.15.BUILD-SNAPSHOT'
3030
}
3131
```
3232

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# limitations under the License.
1313
#
1414

15-
version=0.11.14
15+
version=0.11.15.BUILD.SNAPSHOT

0 commit comments

Comments
 (0)