Skip to content

Commit a7f1813

Browse files
Update the exonum version in the examples:
0.12.0 -> 0.13.0-rc.2
1 parent 5b510f1 commit a7f1813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exonum-java-binding/exonum_launcher_java_plugins/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ artifacts:
7474
artifact_filename: "exonum-java-binding-cryptocurrency-demo-0.9.0-rc1-artifact.jar"
7575
time:
7676
runtime: rust
77-
name: "exonum-time:0.12.0"
77+
name: "exonum-time:0.13.0-rc.2"
7878
timestamping:
7979
runtime: rust
80-
name: "exonum-timestamping:0.12.0"
80+
name: "exonum-timestamping:0.13.0-rc.2"
8181
```
8282

8383
Add a `plugins` section to enable both Java Runtime plugin and Instance Configuration plugin.

exonum-java-binding/exonum_launcher_java_plugins/sample-config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ artifacts:
2323
artifact_filename: "exonum-java-binding-cryptocurrency-demo-0.9.0-rc1-artifact.jar"
2424
time:
2525
runtime: rust
26-
name: "exonum-time:0.12.0"
26+
name: "exonum-time:0.13.0-rc.2"
2727
timestamping:
2828
runtime: rust
29-
name: "exonum-timestamping:0.12.0"
29+
name: "exonum-timestamping:0.13.0-rc.2"
3030

3131
instances:
3232
cryptocurrency:

0 commit comments

Comments
 (0)