Skip to content

Commit

Permalink
Bump version in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
nai888 committed Dec 30, 2018
1 parent 4863745 commit 2a02441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Footer = props => {
const authorURL = 'https://github.com/nai888'
const appGhURL = 'https://github.com/nai888/langua'
const appBpURL = 'https://beerpay.io/nai888/langua'
const version = '0.4.0'
const version = '0.4.1'

return (
<footer>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Footer', () => {
className="fas fa-code"
/>
0.4.0
0.4.1
</a>
. Built by
Expand Down

0 comments on commit 2a02441

Please sign in to comment.