Skip to content

Commit

Permalink
Bump version to 11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Mar 3, 2018
1 parent a3cec3b commit 419a2ee
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.3.0.min.js"></script>
<script type="text/javascript" src="discord.11.3.1.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.3.1-dev",
"version": "11.3.1",
"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 test/webpack.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
</head>
<body>
<script type="text/javascript" src="../webpack/discord.11.3.0.min.js"></script>
<script type="text/javascript" src="../webpack/discord.11.3.1.min.js"></script>
<script type="text/javascript">
(() => {
const client = window.client = new Discord.Client();
Expand Down

0 comments on commit 419a2ee

Please sign in to comment.