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

Commit

Permalink
Upped version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbudisa committed Oct 22, 2019
1 parent d8bc4bb commit f2fea31
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 @@ -166,7 +166,7 @@ export default class Home extends React.Component<HomeProps, HomeState> {
/> )}
</Main>
<Footer>
<p>v1.0.0</p>
<p>v1.0.1</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": "Filip Budiša"
},
"version": "1.0.0",
"version": "1.0.1",
"main": "build/app.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit f2fea31

Please sign in to comment.