Skip to content

Commit 9dc851f

Browse files
committed
chore: bump version to v0.3.0
1 parent cd2dc1d commit 9dc851f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A lightweight CMake toolchain file that enables cross-compilation of C/C++ proje
2525
Download `zig-toolchain.cmake` to your project root or a `cmake/` subdirectory.
2626

2727
```bash
28-
curl -o zig-toolchain.cmake https://github.com/tayne3/zig-toolchain.cmake/releases/download/v0.2.2/zig-toolchain.cmake
28+
curl -o zig-toolchain.cmake https://github.com/tayne3/zig-toolchain.cmake/releases/download/v0.3.0/zig-toolchain.cmake
2929
```
3030

3131
**Cross-Compilation**:

zig-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ==============================================================================
2-
# zig-toolchain.cmake v0.2.2
2+
# zig-toolchain.cmake v0.3.0
33
#
44
# Copyright (c) 2025 tayne3
55
# Licensed under the MIT License.

0 commit comments

Comments
 (0)