Skip to content

Commit

Permalink
Bump the version and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOne3010 committed Aug 3, 2018
1 parent acc99fe commit 439d78a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ This library is not intended to have all the possible functionality of the SDK
or the REST API. Instead it is focusing on the essentials: querying and setting
the states of the rooms and the lights. And this library should do those
essential functions well: in an intuitive and usable way for the programmer.
The number of external dependencies should also be kept to a minimum.
The number of external dependencies should be kept to a minimum.
Version numbering follows the [Semantic Versioning](https://semver.org/).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.zeroone3010</groupId>
<artifactId>yetanotherhueapi</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>YetAnotherHueApi</name>
Expand Down

0 comments on commit 439d78a

Please sign in to comment.