mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Since we added a new feature we are changing the version pump to minor
This commit is contained in:
parent
b506451bbe
commit
3fbc6ee965
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.2
|
||||
## 1.1.0
|
||||
|
||||
* Fixed bad id in `/followers` ActivityPub endpoint.
|
||||
* Created activity and status pages for each page independent from the outbox.
|
||||
|
|
|
@ -9,7 +9,7 @@ export default function (req: VercelRequest, res: VercelResponse) {
|
|||
"name": "Fedipage",
|
||||
"repository": "https://git.qoto.org/fedipage/fedipage",
|
||||
"homepage": "https://fedipage.com/",
|
||||
"version": "1.0.2"
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"protocols": [
|
||||
"activitypub"
|
||||
|
|
Loading…
Reference in a new issue