diff options
author | Raphael <mail@raphaelkabo.com> | 2025-04-29 21:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 21:12:02 +0100 |
commit | cc68811851f02f413bbd5bcf316d1697a0e83bae (patch) | |
tree | 9f14b63c602a2968cf2e5e0ab822f34fd520058a /package.json | |
parent | e1bd3893243529850c51b33cac5735fbe85f0598 (diff) | |
parent | b04e6394c5c5d882800f5215feae89d76a18af23 (diff) |
Merge branch 'main' into fix-nodemailer
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 892f9dc..2de0373 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gathio", - "version": "1.5.0", + "version": "1.5.2", "description": "A simple, federated, privacy-first event hosting platform", "main": "index.js", "type": "module", @@ -64,4 +64,4 @@ "nodemon": "^2.0.22", "prettier": "^3.2.5" } -}
\ No newline at end of file +} |