Skip to content

Commit be972b0

Browse files
committed
chore(sdk/js): v0.5.0
1 parent 6768ac0 commit be972b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phala/dstack-sdk",
3-
"version": "0.5.0-beta.2",
3+
"version": "0.5.0",
44
"description": "Dstack SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

sdk/js/src/send-rpc-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import http from 'http'
22
import https from 'https'
33
import net from 'net'
44

5-
export const __version__ = "0.5.0-beta.1"
5+
export const __version__ = "0.5.0"
66

77

88
export function send_rpc_request<T = any>(endpoint: string, path: string, payload: string, timeoutMs?: number): Promise<T> {

0 commit comments

Comments
 (0)