Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Mar 18, 2024
1 parent 8a27e9d commit f9a96c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "exec"
version = "0.1.3"
version = "0.1.4"
authors = ["Brian Botha <brian.botha@matrix.ai>"]
license-file = "LICENSE"
edition = "2021"
Expand Down
61 changes: 6 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrixai/exec",
"version": "0.1.3",
"version": "0.1.4",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -32,10 +32,10 @@
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
},
"optionalDependencies": {
"@matrixai/exec-darwin-arm64": "0.1.3",
"@matrixai/exec-darwin-universal": "0.1.3",
"@matrixai/exec-darwin-x64": "0.1.3",
"@matrixai/exec-linux-x64": "0.1.3"
"@matrixai/exec-darwin-arm64": "0.1.4",
"@matrixai/exec-darwin-universal": "0.1.4",
"@matrixai/exec-darwin-x64": "0.1.4",
"@matrixai/exec-linux-x64": "0.1.4"
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
Expand Down

0 comments on commit f9a96c1

Please sign in to comment.