Skip to content

Commit b561b9c

Browse files
Update version prior to release.
1 parent cf5c774 commit b561b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Minimal Typescript client implementing the [KV Connect protocol](https://github.
99
### Quick start - Deno
1010

1111
```ts
12-
import { makeRemoteService } from 'https://raw.githubusercontent.com/skymethod/kv-connect-kit/v0.0.2/client.ts';
12+
import { makeRemoteService } from 'https://raw.githubusercontent.com/skymethod/kv-connect-kit/v0.0.3/client.ts';
1313

1414
const accessToken = Deno.env.get('DENO_KV_ACCESS_TOKEN');
1515
if (accessToken === undefined) throw new Error(`Set your personal access token: https://dash.deno.com/account#access-tokens`);

0 commit comments

Comments
 (0)