diff --git a/frontend/index.html b/frontend/index.html
index ec86dc6..61e02d4 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,7 +4,7 @@
- wails-template
+ bill-manager
diff --git a/go.mod b/go.mod
index 0f3ed73..d925aec 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module wails-template
+module bill-manager
go 1.21
diff --git a/wails.json b/wails.json
index 2e2be88..d5e60fe 100644
--- a/wails.json
+++ b/wails.json
@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
- "name": "wails-template",
- "outputfilename": "wails-template",
+ "name": "bill-manager",
+ "outputfilename": "bill-manager",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",