From 5cb25b506986b98c4aa8d1e049c77cbe4de97cee Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 31 Jul 2020 12:49:41 +0200 Subject: [PATCH] Clarify MIT and CC BY-SA licenses in README. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d11a289..6e488f6 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Then, run `yarn build`. The site will be built to the `public/` directory. ## License -Open-sourced with the [MIT license](https://git.holllo.cc/Bauke/bauke.xyz/src/branch/main/LICENSE). +Code open-sourced with the [MIT license](https://git.holllo.cc/Bauke/bauke.xyz/src/branch/main/LICENSE), content licensed under [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/). diff --git a/package.json b/package.json index 1830fc6..b481050 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bauke.xyz", "description": "My personal website.", - "version": "0.1.0", + "version": "0.1.1", "author": "Bauke ", "homepage": "https://bauke.xyz", "repository": "https://git.holllo.cc/Bauke/bauke.xyz",