Skip to content

Commit c4642fe

Browse files
committed
0.1.1
1 parent 6a82579 commit c4642fe

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

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

Diff for: package-lock.json

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

Diff for: package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/exec",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -31,11 +31,10 @@
3131
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
3232
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
3333
},
34-
"dependencies": {},
3534
"optionalDependencies": {
36-
"@matrixai/exec-darwin-arm64": "0.1.0",
37-
"@matrixai/exec-darwin-x64": "0.1.0",
38-
"@matrixai/exec-linux-x64": "0.1.0"
35+
"@matrixai/exec-darwin-arm64": "0.1.1",
36+
"@matrixai/exec-darwin-x64": "0.1.1",
37+
"@matrixai/exec-linux-x64": "0.1.1"
3938
},
4039
"devDependencies": {
4140
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)