Skip to content

Commit

Permalink
Upgrade the version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Dec 2, 2021
1 parent 43f60d1 commit 3c59e4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ The library is available on [Maven Central](https://search.maven.org/search?q=a:
You can install it in your application using your build tool such as Gradle and Maven.

To add a dependency on Scalar DB using Gradle, use the following:
```
```gradle
dependencies {
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.3.0'
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.3.1'
}
```

To add a dependency using Maven:
```
```xml
<dependency>
<groupId>com.scalar-labs</groupId>
<artifactId>scalardb</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'java-library-distribution'
apply plugin: 'com.diffplug.spotless'

project.version = '3.3.1-SNAPSHOT'
project.version = '3.3.1'

ext {
guiceVersion = '5.0.1'
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ The library is available on [Maven Central](https://search.maven.org/search?q=a:
You can install it in your application using your build tool such as Gradle and Maven.

To add a dependency on Scalar DB using Gradle, use the following:
```
```gradle
dependencies {
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.3.0'
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.3.1'
}
```

To add a dependency using Maven:
```
```xml
<dependency>
<groupId>com.scalar-labs</groupId>
<artifactId>scalardb</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
```

Expand Down

0 comments on commit 3c59e4f

Please sign in to comment.