Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbudisa committed Apr 1, 2022
1 parent fa3e408 commit 426cee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/layouts/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default class Home extends React.Component<HomeProps, HomeState> {
/> )}
</Main>
<Footer>
<p>v1.7.2 <span style={{ padding: "0 10px" }}>|</span> <a style={{ cursor: "pointer" }} onClick={ () => this.openErrorReport() }>Send error report</a></p>
<p>v1.7.3 <span style={{ padding: "0 10px" }}>|</span> <a style={{ cursor: "pointer" }} onClick={ () => this.openErrorReport() }>Send error report</a></p>
</Footer>
</>
) : (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"name": "CircuitMess"
},
"version": "1.7.2",
"version": "1.7.3",
"main": "build/app.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 426cee1

Please sign in to comment.