diff --git a/go.mod b/go.mod index c698f47..45c86a0 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/pkg/version/version b/pkg/version/version index 3195d4f..a1a5a34 100644 --- a/pkg/version/version +++ b/pkg/version/version @@ -1 +1 @@ -v0.35.1 \ No newline at end of file +v0.35.2 \ No newline at end of file