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

Commit

Permalink
Merge pull request #81 from friendsofagape/issue80
Browse files Browse the repository at this point in the history
include version form package json file change
  • Loading branch information
sandeeponrails authored Jan 31, 2019
2 parents 5990696 + 638ac14 commit d8528f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4",
"version": "1.2.5",
"main": "src/app.js",
"author": "Friends of Agape <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import TextField from 'material-ui/TextField';
import RaisedButton from 'material-ui/RaisedButton';
import AutographaStore from "./AutographaStore"
import { FormattedMessage } from 'react-intl';

import {version} from "../../package.json";
var AboutUsModel = function(props) {
let closeAboutUs = () => AutographaStore.showModalAboutUs = false
return (
Expand All @@ -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.4</span></p>
<p><FormattedMessage id="label-version" /> <span> { version } </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 d8528f2

Please sign in to comment.