diff --git a/www/feed2.html b/www/feed2.html index aa99144..5982f58 100644 --- a/www/feed2.html +++ b/www/feed2.html @@ -155,6 +155,8 @@ walletPayInvoice, walletSendNutzap, walletFetchMintList, + walletGetBalance, + walletGetMints, getRelayData, getUserSettings, patchUserSettings, @@ -331,6 +333,8 @@ import { initPostCards } from './js/post-interactions2.mjs'; walletPayInvoice, walletSendNutzap, walletFetchMintList, + walletGetBalance, + walletGetMints, getRelayData, getUserSettings, patchUserSettings, diff --git a/www/js/version.json b/www/js/version.json index a685f7d..de749d2 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.30", - "VERSION_NUMBER": "0.7.30", - "BUILD_DATE": "2026-06-26T00:48:38.325Z" + "VERSION": "v0.7.31", + "VERSION_NUMBER": "0.7.31", + "BUILD_DATE": "2026-06-26T00:55:02.798Z" }