From fe75f065bc1cffa56e9a438786e0a4e003a119e3 Mon Sep 17 00:00:00 2001 From: "@permadeath.com" Date: Sat, 8 Aug 2026 20:38:24 -0400 Subject: [PATCH] chore(release): v1.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc13ce3..e694a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substandard", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substandard", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@atproto/api": "^0.17.0", "@atproto/oauth-client-browser": "^0.3.0", diff --git a/package.json b/package.json index 85cb414..fdafe80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substandard", - "version": "1.2.0", + "version": "1.2.1", "private": true, "license": "MIT", "type": "module", diff --git a/public/manifest.json b/public/manifest.json index cdc7a8c..99c8c20 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "substandard", - "version": "1.2.0", + "version": "1.2.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9X42ElF0Js6o5Q4khUvEZJCEnEJuXEswyH4AXc9pA98vP5K/wIyj3grJIREAVHvJYCtAfvWPlLq//WQdnoRt5j7RljVDrwRxuxqDXZ7k3M6ipX8czg7wKfS0Gq2rTgVZD1po96eHTFNyxbaR08maLNIwNNWYqbwCECRR41uXdpw+XS66KvGZ8RybnPArkk0jW9lQ5ro/WlDpyjmTxWWYIM2nkZ/m2e66ZLCuT7HcYpHJmsEOH/xBUkgRZMzmEcQJk5m3rSuEOaB4DzSGZTaRy2OLzxMbAnpgKPTOSqa2RLYvb4MsrUgs2akezzGD0pJD46FkeB6eaLxqCprrIn3fIQIDAQAB", "description": "Detect and subscribe to standard.site publications on the AT Protocol.", "icons": { -- 2.51.2