Skip to content

Commit

Permalink
Merge pull request #8 from davitJabushanuri/release/1.9.6
Browse files Browse the repository at this point in the history
chore: bump version number to 1.9.6
  • Loading branch information
davitJabushanuri committed Mar 26, 2024
2 parents bec1e31 + 4212b58 commit aec1487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chirp",
"description": "Chirp is a social media app built with Next.js, Prisma, and Supabase",
"version": "1.9.5",
"version": "1.9.6",
"private": true,
"scripts": {
"start": "next start",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async function RootLayout({
toastClassName={styles.toast}
role="alert"
/>

<AuthFlow />
<JoinTwitter />
<Hamburger />
Expand Down

0 comments on commit aec1487

Please sign in to comment.