Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Feb 3, 2019
1 parent dcf86b3 commit 85b3bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/device_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ describe("device", function()
end)

it("has expected properties", function()
assert.equal(device.swVersion, "2.2.5")
assert.equal(device.hwVersion, "2.2.5")
assert.equal(device.swVersion, "2.2.6")
assert.equal(device.hwVersion, "2.2.6")
assert.equal(device.name, "Konnected")
end)

Expand Down

0 comments on commit 85b3bae

Please sign in to comment.