Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Feb 22, 2024
1 parent 068d458 commit b9c64ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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.0.1"
version = "0.1.0"
authors = ["Brian Botha <[email protected]>"]
license-file = "LICENSE"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrixai/exec",
"version": "0.0.1",
"version": "0.1.0",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -31,8 +31,7 @@
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
"@napi-rs/cli": "^2.15.2",
Expand Down

0 comments on commit b9c64ee

Please sign in to comment.