Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed May 25, 2023
1 parent 7a2a009 commit 112c3a3
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.15/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.16/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.15/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.16/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.15/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.16/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.15/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.16/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.15/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@1.0.16/mod.ts";

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

0 comments on commit 112c3a3

Please sign in to comment.