From 9336bd9ddbd7b2e4d5fc76a3d806334b220b6b4f Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 26 Feb 2024 19:13:51 +0000 Subject: [PATCH] chore(extension): publish release to updates --- README.md | 2 +- addon_updates.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9141d61..111a9f6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ check-in codes are 6 digit codes unique to each timetabled session, and this extension uses crowdsourcing to gather codes and share them between users automatically. this system can easily be expanded to any other universities that use this system -[install extension for firefox](https://cdn.ashhhleyyy.dev/file/ashs-magic-bucket/extensions/aci/2f14f65a62c241d58b03-0.0.1.xpi) +[install extension for firefox](https://cdn.ashhhleyyy.dev/file/ashs-magic-bucket/extensions/aci/2f14f65a62c241d58b03-0.1.0.xpi) ## plans diff --git a/addon_updates.json b/addon_updates.json index c8f6b28..949ae6a 100644 --- a/addon_updates.json +++ b/addon_updates.json @@ -5,8 +5,11 @@ { "version": "0.0.1", "update_link": "https://cdn.ashhhleyyy.dev/file/ashs-magic-bucket/extensions/aci/2f14f65a62c241d58b03-0.0.1.xpi" - } - ] + }, + { + "version": "0.1.0", + "update_link": "https://cdn.ashhhleyyy.dev/file/ashs-magic-bucket/extensions/aci/2f14f65a62c241d58b03-0.1.0.xpi" + } ] } } }