From fbc2c6095c5b3a4d304a70e450236f0d7543c248 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Wed, 23 Dec 2020 20:09:40 +0000 Subject: [PATCH] update docs --- gulpfile.js | 2 +- jsdoc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 355be8c..f6bb13d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,7 +18,7 @@ const version = require('./package.json').version; const copyright = `/** * Excellent.js v${version} - * Copyright 2019 Vitaly Tomilov + * Copyright 2020 Vitaly Tomilov * Released under the MIT License * https://github.com/vitaly-t/excellent */ diff --git a/jsdoc/README.md b/jsdoc/README.md index 5b2a201..c68a4e3 100644 --- a/jsdoc/README.md +++ b/jsdoc/README.md @@ -1,4 +1,4 @@ -Excellent.js v1.7.2 +Excellent.js v1.7.3 ------------------- [WiKi] pages contain a lot of extra information about the library's usage, including [Getting Started].