Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mbwatson committed Sep 25, 2020
1 parent 67f11ad commit b808fd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helx-search-client",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Search"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>DUG Search</title>
<title>Search</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const App = () => {

return (
<Main>
<Title center>DUG Search</Title>
<Title center>Search</Title>

<br/><br/>

Expand Down

0 comments on commit b808fd3

Please sign in to comment.