Skip to content

Commit 29b1d3c

Browse files
committed
Updated readme for version 0.24.
1 parent 1a4b55a commit 29b1d3c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4747
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4848
* Event-based realtime async data processing with MongoDB Change Streams.
4949
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
50-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha).
50+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha).
5151
* Unlimited tags, servers, and users.
5252
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5353
* Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8282
## Documentation
8383

8484
* [Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
85-
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha)
85+
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha)
8686
* [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
8787
* [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)
8888
* [Config File](https://github.com/riclolsen/json-scada/blob/master/conf/README.md)

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4747
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4848
* Event-based realtime async data processing with MongoDB Change Streams.
4949
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
50-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha).
50+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha).
5151
* Unlimited tags, servers, and users.
5252
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5353
* Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8282
## Documentation
8383

8484
* [Install Guide](docs/install.md)
85-
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.23-alpha)
85+
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.24-alpha)
8686
* [Docker Demo](demo-docker/README.md)
8787
* [Schema Documentation](docs/schema.md)
8888
* [Config File](conf/README.md)

platform-windows/release_notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Notes for version 0.24:
142142
* MongoDB Compass updated to 1.32.5.
143143
* MongoDB Community Server updated to 6.0.0.
144144
* Dotnet runtime updated to 6.0.7.
145+
* Nodejs updated to 16.16.0.
145146

146147
Requirements and recommendations:
147148

@@ -166,7 +167,6 @@ Notes for version 0.23:
166167
* MongoDB Compass updated to 1.31.2.
167168
* MongoDB Community Server updated to 5.0.8.
168169
* Dotnet runtime updated to 6.0.4.
169-
* Nodejs updated to 16.16.0.
170170

171171
Requirements and recommendations:
172172

0 commit comments

Comments
 (0)