From 8aaab1b53edc134f40b08bab08a10f6cb8019fd8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 21:20:38 -0400 Subject: [PATCH] Bumping version post-release --- CHANGELOG.md | 2 ++ README.md | 2 +- api/nodeinfo/2.1.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015e5530f..02a8a45ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.1.1 + ## 1.1.0 * Added the ability for Mastodon instances to find the associated post when diff --git a/README.md b/README.md index d027d4c3f..337a4f712 100644 --- a/README.md +++ b/README.md @@ -175,5 +175,5 @@ git tag -a "v1.0.0" "Release version 1.0.0" git push origin v1.0.0:v1.0.0 ``` -Now bump all the versions to the next patch version in the three files listed +Now bump all the versions to the next patch version in the two files listed above and push that to master. diff --git a/api/nodeinfo/2.1.ts b/api/nodeinfo/2.1.ts index 97bae9141..bb7841036 100644 --- a/api/nodeinfo/2.1.ts +++ b/api/nodeinfo/2.1.ts @@ -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.1.0" + "version": "1.1.1" }, "protocols": [ "activitypub" -- GitLab