Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoQc committed Jun 21, 2018
1 parent 0bc2c4a commit 6e18020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions distancesensor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ namespace distanceSensor {
export function vcselPeriodPreRange() {
return DS_VcselPeriodPreRange
}

export function vcselPeriodFinalRange() {
return DS_VcselPeriodFinalRange
}
Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distancesensor",
"version": "v0.0.1",
"version": "v0.0.3",
"dependencies": {
"core": "*"
},
Expand Down

0 comments on commit 6e18020

Please sign in to comment.