Skip to content

Commit

Permalink
Bump Version in Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba authored Jan 24, 2020
1 parent ed527c6 commit dccc6a9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ function Footer () {
return (
<Wrapper className="nodragwindow footerContent">
<div><a className="donateButton" href="#" onClick={window.donateLink.bind()}>Donate</a></div>
<div>Powder Web v0.8.0</div>
<div>Powder Web v0.8.5</div>
</Wrapper>
)
}
Expand Down

0 comments on commit dccc6a9

Please sign in to comment.