Skip to content

Commit 8178d53

Browse files
committed
use correct project version in gradle.properties and readme
1 parent 265a83b commit 8178d53

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.12.2-RC2'
27-
implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC2'
28-
// implementation 'io.rsocket:rsocket-core:0.12.2-RC3-SNAPSHOT'
29-
// implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC3-SNAPSHOT'
26+
implementation 'io.rsocket:rsocket-core:0.12.2-RC4'
27+
implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC4'
28+
// implementation 'io.rsocket:rsocket-core:1.0.0-RC1-SNAPSHOT'
29+
// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC1-SNAPSHOT'
3030
}
3131
```
3232

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
version=1.0.0-RC1-LEASE-SNAPSHOT
14+
version=1.0.0-RC1-SNAPSHOT

0 commit comments

Comments
 (0)