From 8e9bf83c63b5ba7cbaf817eef4874424713fe88d Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Tue, 26 Sep 2023 23:37:52 +0100
Subject: [PATCH] :mag: remove version from manifest

---
 public/manifest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/manifest.json b/public/manifest.json
index 57f0089..2b7b839 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,6 @@
 {
   "short_name": "Pokemon",
-  "name": "Pokemon 0.1.0",
+  "name": "Pokemon",
   "icons": [
     {
       "src": "favicon.ico",