Skip to content

Commit a2171d5

Browse files
committed
docs: update README versions to 0.69.0
1 parent ec0a08b commit a2171d5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/c-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2020
2. Install the appropriate library:
2121

2222
```
23-
$ conan install --requires=c-api/0.68.1 --update
23+
$ conan install --requires=c-api/0.69.0 --update
2424
```
2525

2626
### "Hello, Knuth!":

src/consensus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
1919
2. Install the appropriate library:
2020

2121
```
22-
$ conan install --requires=consensus/0.68.1 --update
22+
$ conan install --requires=consensus/0.69.0 --update
2323
```
2424

2525
For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).

src/database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
1616
2. Install the appropriate library:
1717

1818
```
19-
$ conan install --requires=database/0.68.1 --update
19+
$ conan install --requires=database/0.69.0 --update
2020
```
2121

2222
For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).

src/domain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
1616
2. Install the appropriate library:
1717

1818
```
19-
$ conan install --requires=domain/0.68.1 --update
19+
$ conan install --requires=domain/0.69.0 --update
2020
```
2121

2222
For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).

src/infrastructure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
1616
2. Install the appropriate library:
1717

1818
```
19-
$ conan install --requires=infrastructure/0.68.1 --update
19+
$ conan install --requires=infrastructure/0.69.0 --update
2020
```
2121

2222
For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).

src/network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
1616
2. Install the appropriate library:
1717

1818
```
19-
$ conan install --requires=network/0.68.1 --update
19+
$ conan install --requires=network/0.69.0 --update
2020
```
2121

2222
For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).

src/node-exe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
4747
2. Install the appropriate node executable:
4848

4949
```
50-
$ conan install --requires=kth/0.68.1 --update --deploy=direct_deploy
50+
$ conan install --requires=kth/0.69.0 --update --deploy=direct_deploy
5151
5252
```
5353

src/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
1818
2. Install the appropriate library:
1919

2020
```
21-
$ conan install --requires=node/0.68.1 --update
21+
$ conan install --requires=node/0.69.0 --update
2222
```
2323

2424
For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).

0 commit comments

Comments
 (0)