Skip to content

Commit 7ddff46

Browse files
committed
Updated version
1 parent fb11326 commit 7ddff46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ominity-api-typescript",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"exports": {
55
".": "./src/index.ts",
66
"./models/errors": "./src/models/errors/index.ts",

src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function applyApiVersion(url: URL, apiVersion: string | undefined): URL {
7575
return url;
7676
}
7777

78-
export const SDK_VERSION = "0.0.2";
78+
export const SDK_VERSION = "0.0.3";
7979

8080
export const SDK_METADATA = {
8181
language: "typescript",

0 commit comments

Comments
 (0)