Skip to content

Commit

Permalink
v2.0.2 site
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Dec 30, 2023
1 parent 4ea1c1b commit fccd58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Sidebar extends React.Component {
<Container>
<Header>
<HeaderTitle to="/">Purify</HeaderTitle>
<HeaderTitleVersion>v2.0.1</HeaderTitleVersion>
<HeaderTitleVersion>v2.0.2</HeaderTitleVersion>
<HamburgerMenu
onClick={this.toggleMenu}
opened={this.state.isMenuShown}
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Changelog = (props) => (
<div>
<h1>Choose version:</h1>
<VersionContainer>
<VersionStatic>1.0.0 - 2.0.1</VersionStatic>
<VersionStatic>1.0.0 - 2.0.2</VersionStatic>
<Description>
Since v1 purify follows semantic versioning, you can check out all
releases on{' '}
Expand Down

0 comments on commit fccd58e

Please sign in to comment.