Skip to content

Commit

Permalink
Merge pull request #38 from EricSmekens/release-0-2-5
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
EricSmekens authored Mar 18, 2022
2 parents c5d8a64 + 09d3994 commit 4d14a70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![NPM](https://nodei.co/npm/bluetooth-obd.png?downloads=true&stars=true)](https://nodei.co/npm/bluetooth-obd/)

bluetooth-obd - 0.2.4
bluetooth-obd - 0.2.5
===============

# Bluetooth communication for OBD-II ELM327 devices.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluetooth-obd",
"version": "0.2.4",
"version": "0.2.5",
"description": "Package for communicating with a bluetooth OBD-II reader",
"author": {
"name": "Eric Smekens",
Expand All @@ -20,8 +20,8 @@
},
"devDependencies": {},
"engines": {
"node" : ">= 0.8.x"
, "npm" : ">= 1.1.x"
"node" : ">= 8.x"
, "npm" : ">= 5.x"
},
"scripts": {
"install": ""
Expand Down

0 comments on commit 4d14a70

Please sign in to comment.