Skip to content

Commit

Permalink
Modifications to SiteFooter and Package.json - Version Bump (#355)
Browse files Browse the repository at this point in the history
* Site version bump in footer

* Update to correct project name and version
  • Loading branch information
justin-reeves authored Mar 22, 2021
1 parent 95bcd69 commit 41bb44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-tracing-ts",
"version": "0.1.0",
"name": "smart-tracing",
"version": "3.0.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Site/SiteFooter/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function SiteFooter() {
<span>
<Link to="/">Zerobase</Link>.{' '}
</span>
All rights reserved. v2.0.1
All rights reserved. v3.0.0
</div>
</Col>
</Row>
Expand Down

0 comments on commit 41bb44c

Please sign in to comment.