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

Commit

Permalink
update module version
Browse files Browse the repository at this point in the history
  • Loading branch information
mawburn committed Sep 1, 2022
1 parent 3fc43eb commit df96d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.15",
"version": "1.2.17",
"description": "Display average ping in user list.",
"scripts": {
"clean": "rimraf dist module.zip",
Expand Down
8 changes: 4 additions & 4 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.15",
"version": "1.2.17",
"author": "hypnoCode",
"authors": [
{
Expand All @@ -13,10 +13,10 @@
],
"scripts": [],
"esmodules": [
"logger-qNA5mii.js"
"logger-iEUUbmfGuop.js"
],
"styles": [
"logger-qNA5mii.css"
"logger-iEUUbmfGuop.css"
],
"packs": [],
"languages": [
Expand All @@ -36,7 +36,7 @@
"compatibleCoreVersion": "9",
"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.15/module.zip",
"download": "https://github.com/mawburn/foundry-ping-logger/releases/download/v1.2.17/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 df96d2b

Please sign in to comment.