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

Commit

Permalink
update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mawburn committed Jan 18, 2023
1 parent 1c1239b commit 982829e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "user-latency",
"version": "1.3.8",
"version": "1.3.9",
"description": "Display average latency in user list.",
"scripts": {
"clean": "rimraf dist module.zip",
Expand Down
12 changes: 6 additions & 6 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "user-latency",
"id": "user-latency",
"title": "User Latency",
"description": "Display average latency for users.",
"version": "1.3.8",
"version": "1.3.9",
"author": "hypnoCode",
"authors": [
{
Expand All @@ -13,10 +13,10 @@
],
"scripts": [],
"esmodules": [
"logger-LPJ9LLw.js"
"logger-uCO40of.js"
],
"styles": [
"logger-LPJ9LLw.css"
"logger-uCO40of.css"
],
"packs": [],
"languages": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"socket": true,
"url": "https://github.com/mawburn/foundry-user-latency",
"manifest": "https://raw.githubusercontent.com/mawburn/foundry-user-latency/main/src/module.json",
"download": "https://github.com/mawburn/foundry-user-latency/releases/download/v1.3.8/module.zip",
"download": "https://github.com/mawburn/foundry-user-latency/releases/download/v1.3.9/module.zip",
"license": "GNU AGPLv3",
"readme": "https://github.com/mawburn/foundry-user-latency/blob/main/README.md",
"bugs": "https://github.com/mawburn/foundry-user-latency/issues",
Expand All @@ -56,4 +56,4 @@
"minimum": "9",
"verified": "10"
}
}
}

0 comments on commit 982829e

Please sign in to comment.