@ivaniscoding/celq-windows-x64 0.3.4 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -152,7 +152,7 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
152
152
  FreeBSD builds are tested in [Cirrus CI](https://cirrus-ci.org/) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries:
153
153
 
154
154
  ```bash
155
- VERSION=v0.3.0
155
+ VERSION=v0.4.0
156
156
  RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
157
157
  PLATFORM=x86_64 # or aarch64
158
158
 
package/bin/celq.exe CHANGED
Binary file
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/IvanIsCoding/celq.git"
23
23
  },
24
- "version": "0.3.4"
24
+ "version": "0.4.0"
25
25
  }