Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Feb 28, 2023
1 parent 71fe953 commit 8e71011
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purify-ts",
"version": "1.3.3",
"version": "1.3.4",
"description": "Functional programming standard library for TypeScript ",
"repository": "https://github.com/gigobyte/purify.git",
"author": "gigobyte <gigobest2@gmail.com>",
Expand Down
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>v1.3.3</HeaderTitleVersion>
<HeaderTitleVersion>v1.3.4</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 - 1.3.3</VersionStatic>
<VersionStatic>1.0.0 - 1.3.4</VersionStatic>
<Description>
Since v1 purify follows semantic versioning, you can check out all
releases on{' '}
Expand Down

0 comments on commit 8e71011

Please sign in to comment.