Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelthe1 committed Oct 1, 2018
1 parent e267edc commit f73fd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Autographa",
"productName": "Autographa Lite",
"description": "A Bible translation editor for everyone.",
"version": "1.2.2",
"version": "1.2.3",
"main": "src/app.js",
"author": "Friends of Agape <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var AboutUsModel = function(props) {
</div>
<div className="col-xs-6" style={{padding:"5px"}}>
<h3><FormattedMessage id="app-name-Autographa-Lite" /></h3>
<p><FormattedMessage id="label-version" /> <span>1.2.2</span></p>
<p><FormattedMessage id="label-version" /> <span>1.2.3</span></p>
<p><FormattedMessage id="label-hosted-url" /></p>
<p>https://github.com/friendsofagape/autographa-lite.git</p>
</div>
Expand Down

0 comments on commit f73fd41

Please sign in to comment.