chore: bump version to 1.6.1

This commit is contained in:
Timofey Gelazoniya 2025-02-07 08:57:18 +03:00
parent d90a916fa5
commit d8d4a9a467
Signed by: zeldon
GPG Key ID: 047886915281DD2A

View File

@ -1,22 +1,22 @@
{
"name": "@minescope/mineping",
"version": "1.6.0",
"description": "Ping both Minecraft Bedrock and Java servers.",
"main": "index.js",
"types": "types/index.d.ts",
"keywords": [],
"author": {
"name": "Timofey (xzeldon)",
"email": "contact@zeldon.ru",
"url": "https://zeldon.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/minescope/mineping.git"
},
"type": "module",
"engines": {
"node": ">=14"
},
"license": "MIT"
}
"name": "@minescope/mineping",
"version": "1.6.1",
"description": "Ping both Minecraft Bedrock and Java servers.",
"main": "index.js",
"types": "types/index.d.ts",
"keywords": [],
"author": {
"name": "Timofey (xzeldon)",
"email": "contact@zeldon.ru",
"url": "https://zeldon.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/minescope/mineping.git"
},
"type": "module",
"engines": {
"node": ">=14"
},
"license": "MIT"
}