Skip to content

Commit 850114b

Browse files
update to internal commit 674f93c1
1 parent ec664e5 commit 850114b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/java/upgrade-instruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You need to update the version number in your Maven dependencies to use the late
4242
<dependency>
4343
<groupId>com.dynamsoft</groupId>
4444
<artifactId>dbr</artifactId>
45-
<version>11.0.6000</version>
45+
<version>11.0.6100</version>
4646
</dependency>
4747
</dependencies>
4848
```

programming/java/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mvn archetype:generate -DgroupId=com.dynamsoft -DartifactId=dbr-hello-world -Dar
6262
<dependency>
6363
<groupId>com.dynamsoft</groupId>
6464
<artifactId>dbr</artifactId>
65-
<version>11.0.6000</version>
65+
<version>11.0.6100</version>
6666
</dependency>
6767
</dependencies>
6868
```

0 commit comments

Comments
 (0)