diff --git a/bin/index.js b/bin/index.js index f624663..e05d151 100755 --- a/bin/index.js +++ b/bin/index.js @@ -11,7 +11,7 @@ import { mnemonicToAccount } from 'viem/accounts'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); -const REPO_URL = 'git://github.com/neynarxyz/create-neynar-farcaster-frame.git'; +const REPO_URL = 'https://github.com/neynarxyz/create-neynar-farcaster-frame.git'; const SCRIPT_VERSION = JSON.parse(fs.readFileSync(path.join(__dirname, '..', 'package.json'), 'utf8')).version; function printWelcomeMessage() { diff --git a/package.json b/package.json index c63941f..9713e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-neynar-farcaster-frame", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "files": [ "bin/index.js"