Skip to content

Commit

Permalink
breaking: Start using 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
juni-b-queer committed May 6, 2024
1 parent 69b5a10 commit 8f4bb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { resolve } from 'path';
const templateRoot = resolve(__dirname, '..', 'templates');

const caveat = `
Make sure you have Bun and Docker installed, copy the .env.example and fill it out.
Make sure you have Bun and Docker installed.
Copy the .env.example and fill it in.
Now go out and build a bot!`;

// See https://github.com/uetchy/create-create-app/blob/master/README.md for other options.
Expand Down
2 changes: 1 addition & 1 deletion templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@atproto/api": "^0.12.7",
"bsky-event-handlers": "1.0.0-beta.4"
"bsky-event-handlers": "1.0.0"
},
"license": "{{license}}"
}

0 comments on commit 8f4bb6e

Please sign in to comment.