Skip to content

Commit

Permalink
chore(release): v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Oct 4, 2023
1 parent 9df4835 commit 3284301
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "1.2.6"
"version": "1.2.7"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/libs/ndk/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 3284301

Please sign in to comment.