Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Mar 8, 2020
1 parent 20075e3 commit 08865a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/topics/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.

## Example
```html
<script type="text/javascript" src="discord.11.5.0.min.js"></script>
<script type="text/javascript" src="discord.11.6.2.min.js"></script>
<script type="text/javascript">
const client = new Discord.Client();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "11.6.1",
"version": "11.6.2",
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index",
"types": "./typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for discord.js 11.6.1
// Type definitions for discord.js 11.6.2
// Project: https://github.com/discordjs/discord.js
// Definitions by:
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)
Expand Down

0 comments on commit 08865a9

Please sign in to comment.