Skip to content

Commit a8ede88

Browse files
committed
1.0.3
1 parent 16c50eb commit a8ede88

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "exec"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
authors = ["Brian Botha <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/exec",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -47,10 +47,10 @@
4747
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
4848
},
4949
"optionalDependencies": {
50-
"@matrixai/exec-darwin-arm64": "1.0.2",
51-
"@matrixai/exec-darwin-universal": "1.0.2",
52-
"@matrixai/exec-darwin-x64": "1.0.2",
53-
"@matrixai/exec-linux-x64": "1.0.2"
50+
"@matrixai/exec-darwin-arm64": "1.0.3",
51+
"@matrixai/exec-darwin-universal": "1.0.3",
52+
"@matrixai/exec-darwin-x64": "1.0.3",
53+
"@matrixai/exec-linux-x64": "1.0.3"
5454
},
5555
"devDependencies": {
5656
"@napi-rs/cli": "^2.15.2",

0 commit comments

Comments
 (0)