Skip to content

Commit 59114e5

Browse files
authored
Merge pull request #5 from DevCycleHQ/DVC-000
DVC-000 update details to use latest release 1.0.4
2 parents 0bec6ea + d3d25f8 commit 59114e5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
1818
<dependency>
1919
<groupId>com.devcycle</groupId>
2020
<artifactId>java-server-sdk</artifactId>
21-
<version>1.0.3</version>
21+
<version>1.0.4</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
```
@@ -27,7 +27,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
2727
Alternatively you can use the SDK in your Gradle project by adding the following to *build.gradle*:
2828

2929
```yaml
30-
implementation("com.devcycle:java-server-sdk:1.0.3")
30+
implementation("com.devcycle:java-server-sdk:1.0.4")
3131
```
3232

3333
## DNS Caching

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ signing {
2828

2929
group = 'com.devcycle'
3030
archivesBaseName = "java-server-sdk"
31-
version = '1.0.3'
31+
version = '1.0.4'
3232

3333
uploadArchives {
3434
repositories {

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121

2222
compileOnly("org.projectlombok:lombok:1.18.22")
2323

24-
implementation("com.devcycle:java-server-sdk:1.0.3")
24+
implementation("com.devcycle:java-server-sdk:1.0.4")
2525

2626
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2727
}

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.devcycle</groupId>
4545
<artifactId>java-server-sdk</artifactId>
46-
<version>1.0.3</version>
46+
<version>1.0.4</version>
4747
</dependency>
4848
</dependencies>
4949

0 commit comments

Comments
 (0)