Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jan 3, 2024
1 parent e2f878b commit d7b9209
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
19 changes: 0 additions & 19 deletions Contributing.markdown

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2014 Sam Soffes, http://soff.es
Copyright (c) 2013-2024 Sam Soffes, https://soff.es

MIT License

Expand Down
7 changes: 0 additions & 7 deletions Readme.markdown → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Hue

[![Gem Version](https://img.shields.io/gem/v/hue.svg)](http://rubygems.org/gems/hue)
[![Build Status](https://github.com/soffes/hue/workflows/Tests/badge.svg)](https://github.com/soffes/hue/actions)

Work with Philips Hue light bulbs from Ruby.


Expand Down Expand Up @@ -80,7 +77,3 @@ group.new? # => false
# Destroying groups
client.groups.last.destroy!
```

## Contributing

See the [contributing guide](Contributing.markdown).
8 changes: 0 additions & 8 deletions Todo.markdown

This file was deleted.

2 changes: 1 addition & 1 deletion lib/hue/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hue
VERSION = '0.1.5'
VERSION = '0.2.0'
end

0 comments on commit d7b9209

Please sign in to comment.