From 63728353f4f33ffd005a3f32036aed8a210d7d96 Mon Sep 17 00:00:00 2001 From: "@permadeath.com" Date: Tue, 11 Aug 2026 14:17:46 -0400 Subject: [PATCH] chore(release): v1.4.0 --- 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 3474b66..6ce5760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substandard", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substandard", - "version": "1.3.0", + "version": "1.4.0", "dependencies": { "@atproto/api": "^0.17.0", "@atproto/oauth-client-browser": "^0.3.0", diff --git a/package.json b/package.json index 087c7cd..94eff7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substandard", - "version": "1.3.0", + "version": "1.4.0", "private": true, "license": "MIT", "type": "module", diff --git a/public/manifest.json b/public/manifest.json index bb58cff..e1838e1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "substandard", - "version": "1.3.0", + "version": "1.4.0", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9X42ElF0Js6o5Q4khUvEZJCEnEJuXEswyH4AXc9pA98vP5K/wIyj3grJIREAVHvJYCtAfvWPlLq//WQdnoRt5j7RljVDrwRxuxqDXZ7k3M6ipX8czg7wKfS0Gq2rTgVZD1po96eHTFNyxbaR08maLNIwNNWYqbwCECRR41uXdpw+XS66KvGZ8RybnPArkk0jW9lQ5ro/WlDpyjmTxWWYIM2nkZ/m2e66ZLCuT7HcYpHJmsEOH/xBUkgRZMzmEcQJk5m3rSuEOaB4DzSGZTaRy2OLzxMbAnpgKPTOSqa2RLYvb4MsrUgs2akezzGD0pJD46FkeB6eaLxqCprrIn3fIQIDAQAB", "description": "Detect and subscribe to standard.site publications on the AT Protocol.", "icons": { -- 2.51.2