Skip to content

Commit 87bc8f3

Browse files
committed
Update core version to v3.0.0
1 parent 5643bf3 commit 87bc8f3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [README](./samples/linux/README.md) in the `samples` subdirectory.
4242

4343
### Download AVBlocks Core and Assets
4444

45-
See [Download Core and Assets on Linux](./docs/download-avblocks-core-and-assets-windows.md)
45+
See [Download Core and Assets on Windows](./docs/download-avblocks-core-and-assets-windows.md)
4646

4747
### Setup
4848

docs/download-avblocks-core-and-assets-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the script below, change the tag to the release that you need. For the availa
1212

1313
```bash
1414
# select version and platform
15-
tag="v2.3.5-alpha.1"
15+
tag="v3.0.0-demo.1"
1616
platform="linux"
1717

1818
# download

docs/download-avblocks-core-and-assets-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the script below, change the tag to the release that you need. For the availa
1212

1313
```bash
1414
# select version and platform
15-
tag="v2.3.5-alpha.1"
15+
tag="v3.0.0-demo.1"
1616
platform="darwin"
1717

1818
# download

docs/download-avblocks-core-and-assets-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Download AVBlocks Core and Assets on macOS
1+
# Download AVBlocks Core and Assets on Windows
22

33
> Scripts are PowerShell
44
@@ -14,7 +14,7 @@ In the script below, change the tag to the release that you need. For the availa
1414

1515
```powershell
1616
# select version and platform
17-
$tag='v2.3.5-alpha.1'
17+
$tag='v3.0.0-demo.1'
1818
$platform='windows'
1919
2020
# download

0 commit comments

Comments
 (0)