Bump version

This commit is contained in:
silverpill 2022-09-01 12:47:00 +00:00
parent 0d7325f8f6
commit 120492f2e4
3 changed files with 5 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1645,7 +1645,7 @@ dependencies = [
[[package]]
name = "mitra"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"actix-cors",
"actix-files",

View file

@ -1,6 +1,6 @@
[package]
name = "mitra"
version = "0.11.0"
version = "0.12.0"
description = "Mitra backend"
license = "AGPL-3.0"

View file

@ -6,9 +6,9 @@ Built on [ActivityPub](https://www.w3.org/TR/activitypub/) protocol, self-hosted
Unique features:
- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361). A combination of domain-based and key-based identity.
- Donations.
- [Sign-in with a wallet](https://eips.ethereum.org/EIPS/eip-4361).
- Recurring payments. Subscribers-only posts.
- Donations.
- Token-gated registration (can be used to verify membership in some group or to stop bots).
- Converting posts into NFTs.
@ -31,6 +31,7 @@ Matrix chat: [#mitra:halogen.city](https://matrix.to/#/#mitra:halogen.city)
- PostgreSQL 12+
- IPFS node (optional, see [guide](./docs/ipfs.md))
- Ethereum node (optional)
- Monero node and Monero wallet (optional)
## Installation