Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Feb 9, 2023
1 parent 4e6e027 commit 6c6019c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NOTE: Require `--unstable --allow-read --allow-env --allow-write --allow-net`!
## Example

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

const client = new Client({
clientId: "123456789012345678",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_oauth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";

const client = new Client({
clientId: "123456789012345678",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_oauth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";

const client = new Client({
clientId: "123456789012345678",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_status.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";

const client = new Client({
clientId: "123456789012345678",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_status.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.13/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.14/mod.ts";

const client = new Client({
clientId: "123456789012345678",
Expand Down

0 comments on commit 6c6019c

Please sign in to comment.