From 35950e5928fb63a3328e279ec500d9debfe4d5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 10 Aug 2020 05:09:32 +0300 Subject: [PATCH] Updated docs --- LICENSE | 2 +- README.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index b4fbea8..b8a5254 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-20 Ionică Bizău +Copyright (c) 2014-20 Ionică Bizău (https://ionicabizau.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c3a6186..675e800 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Thanks! :heart: ## :scroll: License -[KINDLY][license] © [Ionică Bizău][website] +[MIT][license] © [Ionică Bizău][website] @@ -148,7 +148,7 @@ Thanks! :heart: [license]: /LICENSE -[website]: undefined +[website]: https://ionicabizau.net [contributing]: /CONTRIBUTING.md [docs]: /DOCUMENTATION.md [badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg diff --git a/package-lock.json b/package-lock.json index 2d16332..17cd3e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bible", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9237196..7922b36 100644 --- a/package.json +++ b/package.json @@ -60,4 +60,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}