@ivaniscoding/celq-linux-x64 0.7.0 → 0.7.1

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/bin/celq +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -167,7 +167,7 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
167
167
  FreeBSD builds are tested with [freebsd-vm](https://github.com/vmactions/freebsd-vm) 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:
168
168
 
169
169
  ```bash
170
- VERSION=v0.7.0
170
+ VERSION=v0.7.1
171
171
  RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
172
172
  PLATFORM=x86_64 # or aarch64
173
173
 
package/bin/celq 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.7.0"
24
+ "version": "0.7.1"
25
25
  }