Skip to content

Commit

Permalink
r0b08x [chore] 2/26/2022, 2:15:48 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Feb 26, 2022
1 parent 7230e72 commit 80b5803
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@license p3x-binary-search-closest v2022.4.108
@license p3x-binary-search-closest v2022.4.111

🚅 Find the closest or exact value using binary search

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



# 🚅 Find the closest or exact value using binary search v2022.4.108
# 🚅 Find the closest or exact value using binary search v2022.4.111



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

```txt
v16.13.2
v16.14.0
```


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.108
[**P3X-BINARY-SEARCH-CLOSEST**](https://corifeus.com/binary-search-closest) Build v2022.4.111

[![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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "p3x-binary-search-closest",
"version": "2022.4.108",
"version": "2022.4.111",
"corifeus": {
"icon": "fas fa-train",
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Bullet",
"nodejs": "v16.13.2",
"nodejs": "v16.14.0",
"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.108"
"corifeus-builder": "^2022.4.111"
},
"engines": {
"node": ">=12.13.0"
Expand Down

0 comments on commit 80b5803

Please sign in to comment.