Can hotlink the updates chatroom now

This commit is contained in:
Cadence Ember
2025-02-26 14:50:27 +13:00
parent 8e0950ded9
commit 050cc9cee9
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ Follow these steps:
## Update ## Update
Out Of Your Element regularly releases new versions. Here's how to update: New versions are announced in [#updates](https://matrix.to/#/#ooye-updates:cadence.moe) and listed on [releases](https://gitdab.com/cadence/out-of-your-element/releases). Here's how to update:
1. Fetch the repo and checkout the latest release tag. 1. Fetch the repo and checkout the latest release tag.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "out-of-your-element", "name": "out-of-your-element",
"version": "1.1.1", "version": "3.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "out-of-your-element", "name": "out-of-your-element",
"version": "1.1.1", "version": "3.0.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@chriscdn/promise-semaphore": "^2.0.1", "@chriscdn/promise-semaphore": "^2.0.1",