Skip to content

Commit 99d69f6

Browse files
committed
version bump
1 parent a640d11 commit 99d69f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"source.fixAll.eslint": "explicit"
44
},
55
"eslint.format.enable": true,
6-
"eslint.workingDirectories": [{ "pattern": "./*" }]
6+
"eslint.workingDirectories": [{ "pattern": "./*" }],
7+
"rust-analyzer.procMacro.enable": true
78
}
89

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verkle-cryptography-wasm",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)