From 4e34fffcdff4c8579eeb977e31e678bc6a3c0449 Mon Sep 17 00:00:00 2001 From: Lee Kelly Date: Sat, 30 May 2026 13:18:10 -0400 Subject: [PATCH] Add Hypermind-Swarm announcement and bump version - Add a README announcement linking the Hypermind-Swarm fork - Bump package-lock version to 1.0.1 --- README.md | 10 ++++++++++ package-lock.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83cb0d1..0d92e35 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ It solves the critical infrastructure challenge of knowing exactly how many othe --- +## Special Announcement + +Apparently the counter was not enough. + +[Hypermind-Swarm](https://github.com/lklynet/hypermind-swarm) is a fork of Hypermind that takes the same P2P bones and turns them into a Twitter-style social platform for decentralized, ephemeral conversations. + +It is built by the same creator, still allergic to central servers, still running on the swarm, and now aimed at letting people post into the void without algorithms, permanent digital footprints, or anyone pretending this needed to exist. + +--- + ## What is this? You need a service that: diff --git a/package-lock.json b/package-lock.json index 350f0e7..30e5976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hypermind", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hypermind", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "dotenv": "^17.2.3",