From 084c0c8e345acfd946cf98d70d08d71748e95b13 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Mon, 31 Jan 2022 08:49:49 +0100 Subject: [PATCH] r0b08x [chore] 1/31/2022, 8:49:49 AM --- LICENSE | 2 +- README.md | 6 +++--- package.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 1bbb6ab..c57cc06 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -@license p3x-binary-search-closest v2022.4.102 +@license p3x-binary-search-closest v2022.4.105 🚅 Find the closest or exact value using binary search diff --git a/README.md b/README.md index 49e4fc6..c073ddc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -# 🚅 Find the closest or exact value using binary search v2022.4.102 +# 🚅 Find the closest or exact value using binary search v2022.4.105 @@ -25,7 +25,7 @@ ### Built on NodeJs version ```txt -v16.13.1 +v16.13.2 ``` @@ -313,7 +313,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https:// --- -[**P3X-BINARY-SEARCH-CLOSEST**](https://corifeus.com/binary-search-closest) Build v2022.4.102 +[**P3X-BINARY-SEARCH-CLOSEST**](https://corifeus.com/binary-search-closest) Build v2022.4.105 [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 37cb195..d4e8862 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "p3x-binary-search-closest", - "version": "2022.4.102", + "version": "2022.4.105", "corifeus": { "icon": "fas fa-train", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Bullet", - "nodejs": "v16.13.1", + "nodejs": "v16.13.2", "opencollective": false, "reponame": "binary-search-closest", "build": true @@ -38,7 +38,7 @@ }, "homepage": "https://corifeus.com/binary-search-closest", "devDependencies": { - "corifeus-builder": "^2022.4.101" + "corifeus-builder": "^2022.4.105" }, "engines": { "node": ">=12.13.0"