From 43dc10e1dc1ddcede2f5495824891e53f8f51f20 Mon Sep 17 00:00:00 2001 From: James Griffin Date: Thu, 27 Aug 2026 20:35:36 -0300 Subject: [PATCH] Set the working version to 1.2.2 1.2.1 shipped, so the tree was left on a version that is published and immutable, which is the thing the bump job exists to prevent. It failed before it got that far. Done by hand here, once: the job only fires on a tag, so no re-run of it will do this retroactively. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01XBT25ZDzm453A8XViSRqRB --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bba5132..bcc77d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antisocial", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antisocial", - "version": "1.2.1", + "version": "1.2.2", "license": "UNLICENSED", "dependencies": { "@fastify/static": "10.1.3", diff --git a/package.json b/package.json index f189419..46847d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antisocial", - "version": "1.2.1", + "version": "1.2.2", "private": true, "description": "Reads social posts back to you without the app.", "license": "UNLICENSED",