Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Apr 20, 2022
1 parent 768dbbe commit b4066f4
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/redoc/crawler.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/redoc/daemon.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/redoc/farmer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/redoc/full_node.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/redoc/harvester.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/redoc/wallet.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/static/crawler.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.3.1</div>
<div class="app-desc">Version: 1.3.4</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The crawler uses port 8561 by default.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/daemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.3.1</div>
<div class="app-desc">Version: 1.3.4</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The daemon uses port 55400 by default.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/farmer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.3.1</div>
<div class="app-desc">Version: 1.3.4</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The farmer uses port 8559 by default.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/full_node.html
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.3.1</div>
<div class="app-desc">Version: 1.3.4</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The full node uses port 8555 by default.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/harvester.html
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.3.1</div>
<div class="app-desc">Version: 1.3.4</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The harvester uses port 8560 by default.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2776,7 +2776,7 @@ <h1>Chia RPC</h1>
<div id="header">
<div id="api-_">
<h2 id="welcome-to-apidoc">API Documentation</h2>
<div class="app-desc">Version: 1.3.1</div>
<div class="app-desc">Version: 1.3.4</div>
<hr>
<div>The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in <code>~/.chia/mainnet/config/config.yaml</code>. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication <a href="https://github.com/dkackman/chia-api/wiki/Mutual-TLS">using mutualTLS</a>.
The wallet uses port 9256 by default.</div>
Expand Down
2 changes: 1 addition & 1 deletion src/crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The crawler uses port 8561 by default.
version: 1.3.1
version: 1.3.4
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The daemon uses port 55400 by default.
version: 1.3.1
version: 1.3.4
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/farmer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The farmer uses port 8559 by default.
version: 1.3.1
version: 1.3.4
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/full_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The full node uses port 8555 by default.
version: 1.3.1
version: 1.3.4
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The harvester uses port 8560 by default.
version: 1.3.1
version: 1.3.4
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down
2 changes: 1 addition & 1 deletion src/wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
[using mutualTLS](https://github.com/dkackman/chia-api/wiki/Mutual-TLS).
The wallet uses port 9256 by default.
version: 1.3.1
version: 1.3.4
title: Chia RPC
termsOfService: https://www.chia.net/assets/legal/Guidelines-for-Using-Chia-Network.pdf
contact:
Expand Down

0 comments on commit b4066f4

Please sign in to comment.