Skip to content

Commit e01ecaa

Browse files
committed
chore: bump version to 2.2.0
1 parent ebb726a commit e01ecaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class Connection extends EventEmitter {
414414

415415
this.ws = new WebSocket(`wss://${this.voiceServer.endpoint}/?v=8`, {
416416
headers: {
417-
'User-Agent': 'DiscordBot (https://github.com/PerformanC/voice, 2.1.0)'
417+
'User-Agent': 'DiscordBot (https://github.com/PerformanC/voice, 2.2.0)'
418418
}
419419
})
420420

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performanc/voice",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Performant Discord voice API client for ES6 Node.js",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)