diff options
| author | Factiven <[email protected]> | 2024-01-05 14:33:08 +0000 |
|---|---|---|
| committer | Factiven <[email protected]> | 2024-01-05 14:33:08 +0000 |
| commit | b2c54a397fd7c4db86a29052da26fb25cdc070e2 (patch) | |
| tree | 369ad62da1ac8b487af4aeb93c037d0ca9784b3f /components/shared | |
| parent | feat: Implement a way to review/rate anime (#108) (diff) | |
| download | moopa-b2c54a397fd7c4db86a29052da26fb25cdc070e2.tar.xz moopa-b2c54a397fd7c4db86a29052da26fb25cdc070e2.zip | |
Update changelogs version to v4.4.0
Diffstat (limited to 'components/shared')
| -rw-r--r-- | components/shared/changelogs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/changelogs.tsx b/components/shared/changelogs.tsx index 208b1ff..2a8a843 100644 --- a/components/shared/changelogs.tsx +++ b/components/shared/changelogs.tsx @@ -8,7 +8,7 @@ const web = { const logs = [ { - version: "v4.3.1", + version: "v4.4.0", pre: false, notes: null, highlights: true, |