Skip to content

Commit

Permalink
feat(web): added version: v2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed Jul 23, 2024
1 parent f6c8144 commit bc72727
Show file tree
Hide file tree
Showing 2 changed files with 2 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.43.0");
const [version, setVersion] = useState("v2.44.0");
const [title, setTitle] = useState("");

const is2XL = useMedia("(min-width: 1536px)");
Expand Down
1 change: 1 addition & 0 deletions packages/web/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function SettingDialog(props: {
value={props.version}
onChange={(e) => props.onVersionChange(e.target.value)}
>
<option value="v2.44.0">2.44.0</option>
<option value="v2.43.0">2.43.0</option>
<option value="v2.42.0">2.42.0</option>
<option value="v2.41.1">2.41.1</option>
Expand Down

0 comments on commit bc72727

Please sign in to comment.