Skip to content

Commit

Permalink
Merge pull request #10 from finnkauski/develop
Browse files Browse the repository at this point in the history
update: version number and publish
  • Loading branch information
finnkauski authored Jul 12, 2020
2 parents ecd3bcf + 47c91a1 commit 21988a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lighthouse"
version = "0.2.0"
version = "0.2.1"
authors = ["Finnkauski <[email protected]>"]
description="Command line tool and Philips Hue light control framework wrapping up the Hue API"
license="AGPL-3.0-or-later"
Expand Down Expand Up @@ -28,8 +28,3 @@ serde_json = "1.0.56"
# Optional dependencies
palette = {version ="0.5.0" , optional = true}



# [[bin]]
# name = "lh"
# path = "src/bin/lighthouse.rs"

0 comments on commit 21988a0

Please sign in to comment.