chore(release): v1.2.7

This commit is contained in:
Ren Amamiya 2023-10-04 14:27:48 +07:00
parent 9df4835be3
commit 32843018aa
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"name": "lume",
"description": "the communication app",
"private": true,
"version": "1.2.6",
"version": "1.2.7",
"scripts": {
"dev": "vite",
"build": "vite build",

View File

@ -1,6 +1,6 @@
[package]
name = "lume"
version = "1.2.6"
version = "1.2.7"
description = "the communication app"
authors = ["Ren Amamiya"]
license = "GPL-3.0"

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "1.2.6"
"version": "1.2.7"
},
"tauri": {
"allowlist": {

View File

@ -26,8 +26,8 @@ export const NDKInstance = () => {
const onlineRelays = new Set(relays);
for (const relay of relays) {
const url = new URL(relay);
try {
const url = new URL(relay);
const res = await fetch(`https://${url.hostname}`, {
method: 'GET',
timeout: { secs: 5, nanos: 0 },