Skip to content

Commit

Permalink
Update download.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kumfo authored Aug 5, 2024
1 parent 7b901b3 commit aa64618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import HeaderSlogan from '../components/HeaderSlogan';


export default function Plugins(): JSX.Element {
let item = "1.3.5";
let item = "1.3.6";
return (
<Layout
title={translate({message: 'Download'})}
Expand Down

0 comments on commit aa64618

Please sign in to comment.