Skip to content

Commit

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

const is2XL = useMedia("(min-width: 1536px)");
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function SettingDialog(props: {
value={props.version}
onChange={(e) => props.onVersionChange(e.target.value)}
>
<option value="20240722-75b4e82">20240722-75b4e82</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>
</select>
Expand Down

0 comments on commit 409e3b8

Please sign in to comment.