Skip to content

Commit

Permalink
feat(web): added version: v2.47.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed Jul 30, 2024
1 parent 461e152 commit 3010898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function App() {
}
};

const [version, setVersion] = useState("v2.46.0");
const [version, setVersion] = useState("v2.47.3");
const [title, setTitle] = useState("");

const is2XL = useMedia("(min-width: 1536px)");
Expand Down
3 changes: 3 additions & 0 deletions packages/web/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ function SettingDialog(props: {
value={props.version}
onChange={(e) => props.onVersionChange(e.target.value)}
>
<option value="v2.47.3">2.47.3</option>
<option value="v2.47.1">2.47.1</option>
<option value="v2.47.0">2.47.0</option>
<option value="v2.46.0">2.46.0</option>
<option value="v2.45.0">2.45.0</option>
<option value="v2.44.0">2.44.0</option>
Expand Down

0 comments on commit 3010898

Please sign in to comment.