Skip to content

Commit 78d6fa6

Browse files
committed
0.1.2
1 parent 508df62 commit 78d6fa6

File tree

4 files changed

+11
-47
lines changed

4 files changed

+11
-47
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 = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Brian Botha <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/exec",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -32,9 +32,9 @@
3232
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
3333
},
3434
"optionalDependencies": {
35-
"@matrixai/exec-darwin-arm64": "0.1.1",
36-
"@matrixai/exec-darwin-x64": "0.1.1",
37-
"@matrixai/exec-linux-x64": "0.1.1"
35+
"@matrixai/exec-darwin-arm64": "0.1.2",
36+
"@matrixai/exec-darwin-x64": "0.1.2",
37+
"@matrixai/exec-linux-x64": "0.1.2"
3838
},
3939
"devDependencies": {
4040
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)