Skip to content

Commit

Permalink
r0b08x [chore] 1/31/2022, 8:49:49 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Jan 31, 2022
1 parent 5fc0856 commit 084c0c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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



Expand All @@ -25,7 +25,7 @@
### Built on NodeJs version

```txt
v16.13.1
v16.13.2
```


Expand Down Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 084c0c8

Please sign in to comment.