diff --git a/README.md b/README.md index af9afca..0d4a918 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Sample of GA Framework Details - [Demo](#demo) +- [Framework](#framework) - [Author](#author) @@ -22,6 +23,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) 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",