diff --git a/bin/index.js b/bin/index.js index 5acd494..5c3bbde 100755 --- a/bin/index.js +++ b/bin/index.js @@ -163,7 +163,7 @@ async function init() { custodyAddress = account.address; // Look up FID using custody address - console.log('\nLooking up FID...'); + console.log('\nUsing seed phrase to look up FID by custody address...'); const neynarApiKey = answers.useNeynar ? answers.neynarApiKey : 'FARCASTER_V2_FRAMES_DEMO'; fid = await lookupFidByCustodyAddress(custodyAddress, neynarApiKey); diff --git a/package.json b/package.json index c26b061..41a5726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frames-v2-demo", - "version": "0.1.9", + "version": "0.2.0", "type": "module", "files": [ "bin/index.js"