Skip to content

Commit

Permalink
Merge pull request #49 from alanhortz/master
Browse files Browse the repository at this point in the history
Upgraded deps and version numbering restarted
  • Loading branch information
alanhortz authored May 15, 2017
2 parents d569677 + bfe64f7 commit ed2206e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.idea
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "node-metawear",
"version": "0.3.7",
"version": "1.0.0",
"description": "API for metawear",
"main": "src/device.js",
"dependencies": {
"debug": "2.6.0",
"eventemitter2": "~2.2.2",
"hashmap": "~2.0.6",
"debug": "~2.6.6",
"eventemitter2": "~4.1.0",
"hashmap": "~2.1.0",
"noble-device": "1.4.1"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ The functionality is very limited at the moment:
- BMM150 Magnetometer
- QUATERNION data from SensorFusion, ONLY FOR METAMOTION R Boards !!

## Next release -> v0.3.8
## Next release -> v1.1.0
- SensorFusion - NDOF mode support for all output types
- Acceleromter - TAP_CONFIG, ORIENT_CONFIG, FLAT_CONFIG, LOW_HIGH_G_CONFIG
- Refactoring of the sensor configuration implementation

Note : The versioning restarted at v1.0.0 in order to better handle the major and minor releases as from now.

## Run unit tests
```
Expand Down

0 comments on commit ed2206e

Please sign in to comment.