Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Jachmann committed Jan 24, 2010
1 parent 2c6f4a7 commit d397d36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.rdoc
Expand Up @@ -72,6 +72,11 @@ For more details, see the examples. examples/color_picker.rb is the most complex

== Changelog

=== v.0.2.1

* Launchpad::Interaction#close now properly stops interaction first
* multi threading: Launchpad::Interaction#start method can be called with :detached => true to allow calling thread to continue

=== v.0.2.0

* double buffering (see Launchpad::Device#buffering_mode)
Expand Down
4 changes: 2 additions & 2 deletions launchpad.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{launchpad}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thomas Jachmann"]
s.date = %q{2009-11-24}
s.date = %q{2010-01-24}
s.description = %q{This gem provides an interface to access novation's launchpad programmatically. LEDs can be lighted and button presses can be evaluated using launchpad's MIDI input/output.}
s.email = %q{tom.j@gmx.net}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/launchpad/version.rb
@@ -1,3 +1,3 @@
module Launchpad
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit d397d36

Please sign in to comment.