From aade604940f6b37cdcc05d3b035ea1823f2a0208 Mon Sep 17 00:00:00 2001 From: IliesT <47112446+ilies-t@users.noreply.github.com> Date: Tue, 8 Oct 2019 19:32:14 +0200 Subject: [PATCH] v0.0.3 --- index.js | 2 +- lib/Behance.js | 2 +- lib/_functions.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 80d9ca3..893075f 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /* - Behance-node v0.0.1 + Behance-node v0.0.3 Project: https://github.com/ilies-t/behance-node Author: ilies t License: Apache License 2.0 diff --git a/lib/Behance.js b/lib/Behance.js index 275bf0b..83857fd 100644 --- a/lib/Behance.js +++ b/lib/Behance.js @@ -1,5 +1,5 @@ /* - Behance-node v0.0.1 + Behance-node v0.0.3 Project: https://github.com/ilies-t/behance-node Author: ilies t License: Apache License 2.0 diff --git a/lib/_functions.js b/lib/_functions.js index dd71a3a..4ca2cb0 100644 --- a/lib/_functions.js +++ b/lib/_functions.js @@ -1,5 +1,5 @@ /* - Behance-node v0.0.1 + Behance-node v0.0.3 Project: https://github.com/ilies-t/behance-node Author: ilies t License: Apache License 2.0 diff --git a/package.json b/package.json index 04c5f96..e20b036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "behance-node", - "version": "0.0.2", + "version": "0.0.3", "description": "An asynchronous library to scrape Behance.", "main": "index.js", "scripts": {