From c570a36babc5667f7c5ed46713dcb63f60464330 Mon Sep 17 00:00:00 2001 From: Jirat K Date: Sat, 8 Apr 2017 20:08:42 +0700 Subject: [PATCH] Edit README and Bump version to 0.1.1 --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 268929b..a9d34f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## Gucode React Tutorial +# Gucode React Tutorial Code from Gucode EP.5 @@ -10,4 +10,6 @@ npm install # or yarn install npm start ``` -Watch tutorial video on Gucode Youtube Channel: [https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ](https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ) \ No newline at end of file +Watch tutorial video on Gucode Youtube Channel: [https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ](https://www.youtube.com/channel/UC2e64YsO3vH8LAP7OJxfmdQ) + +**Don't forget to Subscribe to Gucode Channel** \ No newline at end of file diff --git a/package.json b/package.json index 1a443df..63bea2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gucode-react-tutorial", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "react": "^15.4.2",