diff --git a/package.json b/package.json index 6166346..5ab3b0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iwanttocontribute", - "version": "1.0.0", + "version": "1.1.0", "private": true, "dependencies": { "axios": "0.15.3", diff --git a/src/components/AboutPage.jsx b/src/components/AboutPage.jsx index e48dec4..812f148 100644 --- a/src/components/AboutPage.jsx +++ b/src/components/AboutPage.jsx @@ -5,7 +5,7 @@ import {Link} from 'react-router'; const AboutPage = () => { return (
This example app is part of the create-react-app starter kit.