Skip to content

Commit

Permalink
Update the exonum version in the examples:
Browse files Browse the repository at this point in the history
0.12.0 -> 0.13.0-rc.2
  • Loading branch information
dmitry-timofeev committed Dec 12, 2019
1 parent 5b510f1 commit a7f1813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exonum-java-binding/exonum_launcher_java_plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ artifacts:
artifact_filename: "exonum-java-binding-cryptocurrency-demo-0.9.0-rc1-artifact.jar"
time:
runtime: rust
name: "exonum-time:0.12.0"
name: "exonum-time:0.13.0-rc.2"
timestamping:
runtime: rust
name: "exonum-timestamping:0.12.0"
name: "exonum-timestamping:0.13.0-rc.2"
```

Add a `plugins` section to enable both Java Runtime plugin and Instance Configuration plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ artifacts:
artifact_filename: "exonum-java-binding-cryptocurrency-demo-0.9.0-rc1-artifact.jar"
time:
runtime: rust
name: "exonum-time:0.12.0"
name: "exonum-time:0.13.0-rc.2"
timestamping:
runtime: rust
name: "exonum-timestamping:0.12.0"
name: "exonum-timestamping:0.13.0-rc.2"

instances:
cryptocurrency:
Expand Down

0 comments on commit a7f1813

Please sign in to comment.