Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mawburn committed Sep 1, 2022
1 parent df96d2b commit 890507c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion foundryconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"readme": "https://github.com/mawburn/foundry-ping-logger/blob/main/README.md",
"bugs": "https://github.com/mawburn/foundry-ping-logger/issues",
"changelog": "https://github.com/mawburn/foundry-ping-logger/releases",
"compatibleCoreVersion": "9"
"compatibleCoreVersion": "10"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ping-logger",
"version": "1.2.17",
"version": "1.2.18",
"description": "Display average ping in user list.",
"scripts": {
"clean": "rimraf dist module.zip",
Expand Down
10 changes: 5 additions & 5 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ping-logger",
"title": "Ping Logger",
"description": "Display average ping in user list.",
"version": "1.2.17",
"version": "1.2.18",
"author": "hypnoCode",
"authors": [
{
Expand All @@ -13,10 +13,10 @@
],
"scripts": [],
"esmodules": [
"logger-iEUUbmfGuop.js"
"logger-NUPF9EpbYJx3.js"
],
"styles": [
"logger-iEUUbmfGuop.css"
"logger-NUPF9EpbYJx3.css"
],
"packs": [],
"languages": [
Expand All @@ -33,10 +33,10 @@
],
"socket": true,
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "9",
"compatibleCoreVersion": "10",
"url": "https://github.com/mawburn/foundry-ping-logger",
"manifest": "https://raw.githubusercontent.com/mawburn/foundry-ping-logger/main/src/module.json",
"download": "https://github.com/mawburn/foundry-ping-logger/releases/download/v1.2.17/module.zip",
"download": "https://github.com/mawburn/foundry-ping-logger/releases/download/v1.2.18/module.zip",
"license": "GNU AGPLv3",
"readme": "https://github.com/mawburn/foundry-ping-logger/blob/main/README.md",
"bugs": "https://github.com/mawburn/foundry-ping-logger/issues",
Expand Down

0 comments on commit 890507c

Please sign in to comment.