This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 18c0e428 feat: update release 1.3.1 version
18c0e428 is described below

commit 18c0e4284378ee0399e21a81163e55625c428749
Author: shuai <[email protected]>
AuthorDate: Mon May 27 11:35:46 2024 +0800

    feat: update release 1.3.1 version
---
 src/pages/download.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index 3d3611a1..687f0c96 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -8,7 +8,7 @@ import HeaderSlogan from '../components/HeaderSlogan';
 
 export default function Plugins(): JSX.Element {
     const [] = React.useState([]);
-    const list:string[] = ["1.3.0", "1.2.5", "1.2.1", "1.2.0"]
+    const list:string[] = ["1.3.1","1.3.0", "1.2.5", "1.2.1", "1.2.0"]
     let table:JSX.Element = list.map((item: string) => {
         return (
             <tr>

Reply via email to