Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk'

export const current = VersionInfo.of({
version: '0.2.102:0',
version: '0.2.104:0',
releaseNotes: {
en_US:
'Updated bundled lndk-pay to 0.2.102. Removed relay.alex71btc.com from default and legacy relay configurations, added support for private/local ws:// relays, and improved Nostr relay configuration handling.',
'Updated bundled lndk-pay to 0.2.104. Added authenticated payment API checks and CSRF protection. Includes previous relay cleanup and support for private/local ws:// relays.',
},
migrations: {
up: async () => {},
Expand Down
2 changes: 1 addition & 1 deletion upstream
Loading