diff --git a/README.md b/README.md index d301bb5754..9eb84b5a72 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and To add a dependency on Scalar DB using Gradle, use the following: ```gradle dependencies { - implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.4.2' + implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.5.0' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.4.2 + 3.5.0 ``` diff --git a/build.gradle b/build.gradle index 807e27c7d8..ee1b0074fa 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ subprojects { apply plugin: 'java-library-distribution' apply plugin: 'com.diffplug.spotless' - project.version = '3.5.0-SNAPSHOT' + project.version = '3.5.0' ext { guiceVersion = '5.0.1' diff --git a/docs/index.md b/docs/index.md index 5c49e90494..e08f86bb5e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and To add a dependency on Scalar DB using Gradle, use the following: ```gradle dependencies { - implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.4.2' + implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.5.0' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.4.2 + 3.5.0 ```