Skip to content

Commit 9e21bcd

Browse files
committed
version: Bump to 0.14.2 for release
#### Problem #5 fixed the instruction data helper, but it's not released. #### Summary of changes Bump to 0.14.2 for release.
1 parent 87d40df commit 9e21bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can run the convenience script in this repo to download the compiler to
3737
1. Add this package to your project:
3838

3939
```console
40-
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.14.1.tar.gz
40+
zig fetch --save https://github.com/joncinque/solana-program-sdk-zig/archive/refs/tags/v0.14.2.tar.gz
4141
```
4242

4343
2. (Optional) if you want to generate a keypair during building, you'll also

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "solana-program-sdk",
3-
.version = "0.14.1",
3+
.version = "0.14.2",
44
.minimum_zig_version = "0.13.0",
55

66
// This field is optional.

0 commit comments

Comments
 (0)