Skip to content

Commit 2cb48f6

Browse files
authored
0.5.0-alpha.3 (#440)
1 parent 124ae0a commit 2cb48f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/relayer-sdk",
3-
"version": "0.5.0-alpha.2",
3+
"version": "0.5.0-alpha.3",
44
"description": "fhevm Relayer SDK",
55
"main": "lib/node.js",
66
"types": "lib/node.d.ts",

src/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated
2-
export const version: string = '0.5.0-alpha.2';
2+
export const version: string = '0.5.0-alpha.3';
33
export const sdkName: string = '@zama-fhe/relayer-sdk';

0 commit comments

Comments
 (0)