Browse Source

update nostr library version for scheme handling fix

main
mleku 4 weeks ago
parent
commit
20293046d3
No known key found for this signature in database
  1. 2
      go.mod
  2. 2
      pkg/version/version

2
go.mod

@ -3,7 +3,7 @@ module next.orly.dev @@ -3,7 +3,7 @@ module next.orly.dev
go 1.25.3
require (
git.mleku.dev/mleku/nostr v1.0.8
git.mleku.dev/mleku/nostr v1.0.9
github.com/adrg/xdg v0.5.3
github.com/aperturerobotics/go-indexeddb v0.2.3
github.com/dgraph-io/badger/v4 v4.8.0

2
pkg/version/version

@ -1 +1 @@ @@ -1 +1 @@
v0.35.1
v0.35.2
Loading…
Cancel
Save