Skip to content

Commit

Permalink
feat: update version number (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunzms authored Apr 9, 2020
1 parent ef18425 commit 235069a
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
@@ -1,6 +1,6 @@
{
"name": "oflt",
"version": "0.1.0",
"version": "2.0.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/OCR-Form-Tools"
Expand Down
2 changes: 1 addition & 1 deletion src/react/components/shell/statusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class StatusBar extends React.Component {
<ul>
<li>
<FontIcon iconName="BranchMerge" />
<span>{appInfo.version}</span>
<span>{appInfo.version}-ef18425</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit 235069a

Please sign in to comment.