diff options
author | Raphael <mail@raphaelkabo.com> | 2025-04-28 11:08:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 11:08:24 +0100 |
commit | b04e6394c5c5d882800f5215feae89d76a18af23 (patch) | |
tree | aee67d47c0e692bac78dca270caaadf1d123e789 /package.json | |
parent | e6ac945fb1cf44fd42617bb241f31623e956a066 (diff) | |
parent | a6e67ab5c1b4a77dbf3605281c10f36a38d19e23 (diff) |
Merge pull request #201 from lowercasename/update-donations-card
Switch donations card to GitHub Sponsors, remove deploy workflow
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 26d1d00..15f5f48 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", @@ -62,4 +62,4 @@ "nodemon": "^2.0.22", "prettier": "^3.2.5" } -}
\ No newline at end of file +} |