Skip to content

Commit

Permalink
Merge branch 'release-1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Jan 14, 2020
2 parents 432c7ca + 9f8f6ef commit 3716d3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.0",
"version": "1.0.3",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const About = () => {
return (
<div>
<h2>About</h2>
<p>Release #: 1.0.0</p>
<p>Release #: 1.0.3</p>
</div>
);
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdm-calculator",
"version": "1.0.0",
"version": "1.0.3",
"description": "Traffic Data Management Calculator",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 3716d3e

Please sign in to comment.