Skip to content

Commit

Permalink
Merge pull request #113 from capstone-maru/dev
Browse files Browse the repository at this point in the history
release: v0.10.1
  • Loading branch information
he2e2 authored May 29, 2024
2 parents 146109b + 4840565 commit 4b5476f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maru",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Binary file added src/app/House.ico
Binary file not shown.
Binary file removed src/app/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: 'Maru',
description: 'Generated by create next app',
icons: {
icon: '/House.ico',
},
};

export default function RootLayout({
Expand Down

0 comments on commit 4b5476f

Please sign in to comment.