Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Aug 18, 2022
1 parent 0ef4d81 commit e6aebb5
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 @@ -24,7 +24,7 @@ Looking for NodeJS version? Check
## Example

```ts
import { Client } from "https://deno.land/x/discord_rpc_deno@0.0.5-beta/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@0.0.6-beta/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@0.0.5-beta/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@0.0.6-beta/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@0.0.5-beta/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@0.0.6-beta/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@0.0.5-beta/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@0.0.6-beta/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@0.0.5-beta/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc_deno@0.0.6-beta/mod.ts";

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

0 comments on commit e6aebb5

Please sign in to comment.