From e24761e529cdda48d8ee0d7fb02364ebeeef6495 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Mon, 19 Feb 2018 19:51:46 +0000 Subject: :truck: Update LICENSE filename --- LICENSE | 5 +++++ LICENSE.md | 5 ----- README.md | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e2fad80 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +# License + +This hugo theme is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/). + +https://html5up.net/license \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e2fad80..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,5 +0,0 @@ -# License - -This hugo theme is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/). - -https://html5up.net/license \ No newline at end of file diff --git a/README.md b/README.md index 5487314..91f2b13 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ $ gulp deploy This hugo theme is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/). -Read More - [LICENSE.md](LICENSE.md) \ No newline at end of file +Read More - [LICENSE](LICENSE) \ No newline at end of file diff --git a/package.json b/package.json index bcb26ba..cf2dd74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-dopetrope", - "version": "3.2.0", + "version": "3.2.1", "description": "Hugo Theme Dopetrope", "main": "index.js", "scripts": { -- cgit v1.2.3