Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
🔀 Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Apr 16, 2020
2 parents 5c20f95 + cce64cf commit f263f7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A website that shows a countdown to the release of The Last of Us Part II
You can view the site [here](https://tlou2-countdown.netlify.com/).
You can view the site [here](https://tlou2-countdown.netlify.app/).

## Technologies used

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tlou2-countdown",
"description": "A website that shows a countdown to the release of The Last of Us Part II",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Loris Bettazza",
"email": "loris.bettazza@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Helmet from 'react-helmet';
import siteImage from '../img/share-image.jpg';
import './Layout.css';

const siteUrl = 'https://tlou2-countdown.netlify.com';
const siteUrl = 'https://tlou2-countdown.netlify.app';
const siteTitle = 'TLOU Part II - Countdown to release';
const siteDescription =
'Are you ready for the release of The Last of Us Part II? This countdown will help you keep track of the imminent release!';
Expand Down

0 comments on commit f263f7c

Please sign in to comment.