Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Dec 19, 2023
1 parent d557e67 commit 85e452a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/jonahss/wyldcard-public#readme",
"dependencies": {
"@wyldcard/drivers": "0.0.14",
"@wyldcard/drivers": "1.1.0",
"canvas": "^2.11.2"
}
}
2 changes: 1 addition & 1 deletion examples/simple-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"homepage": "https://github.com/jonahss/wyldcard-public#readme",
"dependencies": {
"@wyldcard/drivers": "1.0.1"
"@wyldcard/drivers": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/tarot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/jonahss/wyldcard-public#readme",
"dependencies": {
"@wyldcard/drivers": "^1.0.1",
"@wyldcard/drivers": "^1.1.0",
"lodash": "^4.17.21",
"gm": "^1.25.0"
}
Expand Down
2 changes: 1 addition & 1 deletion napi-rust-drivers/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wyldcard/drivers-linux-arm-gnueabihf",
"version": "1.0.1",
"version": "1.1.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion napi-rust-drivers/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wyldcard/drivers-linux-arm64-gnu",
"version": "1.0.1",
"version": "1.1.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion napi-rust-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wyldcard/drivers",
"version": "1.0.1",
"version": "1.1.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 85e452a

Please sign in to comment.