diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 18:51:17 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 18:51:17 +0200 |
commit | c9473cab1e4d5d305347ee43ab6c517fb27ebea8 (patch) | |
tree | cb340e66b70eca0a3bc8a7477abeb60901d93bfb /util/package.json | |
parent | :bug: fix bundle import path (diff) | |
download | server-c9473cab1e4d5d305347ee43ab6c517fb27ebea8.tar.xz |
:bug: fix release
Diffstat (limited to '')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index 69d33844..d84897dc 100644 --- a/util/package.json +++ b/util/package.json @@ -1,6 +1,6 @@ { "name": "@fosscord/util", - "version": "1.3.55", + "version": "1.0.0", "description": "Utility functions for the all server repositories", "main": "dist/index.js", "types": "dist/index.d.ts", |