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 Sep 24, 2020
1 parent d4434b4 commit 870663d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -198,7 +198,7 @@ export default class Home extends React.Component<HomeProps, HomeState> {
/> )}
</Main>
<Footer>
<p>v1.2.0 <span style={{ padding: "0 10px" }}>|</span> <a style={{ cursor: "pointer" }} onClick={ () => this.openErrorReport() }>Send error report</a></p>
<p>v1.2.1 <span style={{ padding: "0 10px" }}>|</span> <a style={{ cursor: "pointer" }} onClick={ () => this.openErrorReport() }>Send error report</a></p>
</Footer>
</>
) : (
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"homepage": "https://circuitmess.com/",
"author": {
"email": "[email protected]",
"name": "Filip Budiša"
"name": "CircuitMess"
},
"version": "1.2.0",
"version": "1.2.1",
"main": "build/app.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 870663d

Please sign in to comment.