Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit beae094

Browse files
committed
feat: bump version
1 parent b7cf5e3 commit beae094

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NOTE: Require `--unstable --allow-read --allow-env --allow-write --allow-net`!
3030
## Example
3131

3232
```ts
33-
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
33+
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";
3434

3535
const client = new Client({
3636
clientId: "123456789012345678",

examples/simple_oauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
1+
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";
22

33
const client = new Client({
44
clientId: "123456789012345678",

examples/simple_oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
1+
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";
22

33
const client = new Client({
44
clientId: "123456789012345678",

examples/simple_status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
1+
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";
22

33
const client = new Client({
44
clientId: "123456789012345678",

examples/simple_status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
1+
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";
22

33
const client = new Client({
44
clientId: "123456789012345678",

0 commit comments

Comments
 (0)