From d1ba16469d1fbbdafc101bebf877ef6533e58bcc Mon Sep 17 00:00:00 2001
From: Sawa <34698182+sawaYch@users.noreply.github.com>
Date: Tue, 12 Mar 2024 11:50:44 +0800
Subject: [PATCH] feat(chore): bump version 0.2.0

---
 components/poll-process-result-section.tsx | 2 +-
 package.json                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/poll-process-result-section.tsx b/components/poll-process-result-section.tsx
index 46544d0..80252f7 100644
--- a/components/poll-process-result-section.tsx
+++ b/components/poll-process-result-section.tsx
@@ -130,7 +130,7 @@ const PollProcessResultSection = () => {
               />
             </div> FIXME: responsive here sucks!!!*/}
             <div className='flex items-center justify-center -ml-2'>
-              <PollSummarySubCard pollSummary={pollResultSummary} />
+              <PollSummarySubCard />
             </div>
           </MobileView>
           {pollAppState === 'stop' ? (
diff --git a/package.json b/package.json
index b341543..3c00c32 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mya-poll",
-  "version": "0.1.1",
+  "version": "0.2.0",
   "private": true,
   "scripts": {
     "dev": "next dev",