chore: update dev versions

This commit is contained in:
iCrawl
2022-07-17 22:05:32 +02:00
parent f6ef92ad6a
commit d677c31161
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/builders", "name": "@discordjs/builders",
"version": "1.0.0", "version": "1.1.0-dev",
"description": "A set of builders that you can use when creating your bot", "description": "A set of builders that you can use when creating your bot",
"scripts": { "scripts": {
"test": "vitest run", "test": "vitest run",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/collection", "name": "@discordjs/collection",
"version": "1.0.0", "version": "1.1.0-dev",
"description": "Utility data structure used in discord.js", "description": "Utility data structure used in discord.js",
"scripts": { "scripts": {
"test": "vitest run", "test": "vitest run",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/proxy", "name": "@discordjs/proxy",
"version": "1.0.0", "version": "1.1.0-dev",
"description": "Tools for running an HTTP proxy for Discord's API", "description": "Tools for running an HTTP proxy for Discord's API",
"scripts": { "scripts": {
"test": "vitest run", "test": "vitest run",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/rest", "name": "@discordjs/rest",
"version": "1.0.0", "version": "1.1.0-dev",
"description": "The REST API for discord.js", "description": "The REST API for discord.js",
"scripts": { "scripts": {
"test": "vitest run", "test": "vitest run",