From bf62fd8e2802acad743bc31a4337c27144305116 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 2 Aug 2020 17:11:56 +0900 Subject: [PATCH 1/3] docs: add link to framework --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af9afca..a0ce3ab 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Sample of GA Framework ## Demo [demo](https://technote-space.github.io/ga-framework/samples/hello-genetic-algorithm) +## Framework +[GA Framework](https://github.com/technote-space/ga-framework) + ## Author [GitHub (Technote)](https://github.com/technote-space) [Blog](https://technote.space) From 47d3a0ec7dedf3766c2403ea3b6bb74ae3b95f58 Mon Sep 17 00:00:00 2001 From: technote-space Date: Sun, 2 Aug 2020 08:12:42 +0000 Subject: [PATCH 2/3] docs: update TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0ce3ab..0d4a918 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Sample of GA Framework Details - [Demo](#demo) +- [Framework](#framework) - [Author](#author) From 4ea9ccfa1e3ef10ca90168da9ecb26719fa42a04 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 2 Aug 2020 17:14:13 +0900 Subject: [PATCH 3/3] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a65d23..7b4e251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/hello-genetic-algorithm", - "version": "0.1.0", + "version": "0.1.1", "description": "Hello Genetic Algorithm", "author": { "name": "Technote",