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

Commit

Permalink
remove the v from version, past versions didn't have it and it didn't…
Browse files Browse the repository at this point in the history
… seem to change anything
  • Loading branch information
mawburn committed Jul 30, 2023
1 parent 2c24bd4 commit 6cf4982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "2.0.4",
"version": "2.0.5",
"type": "module",
"description": "Display average latency in user list.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/postbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const data = {
id: 'user-latency',
title: 'User Latency',
description: pkg.description,
version: `v${pkg.version}`,
version: pkg.version,
author: 'hypnoCode',
authors: [
{
Expand Down

0 comments on commit 6cf4982

Please sign in to comment.