From 69fbfbd3becf7c1ecfb650d5a23ce7d7b69c2891 Mon Sep 17 00:00:00 2001 From: Michel Martens Date: Thu, 29 Mar 2012 09:28:57 -0300 Subject: [PATCH] Bump version. --- micromachine.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micromachine.gemspec b/micromachine.gemspec index c20ca2e..03b90f5 100644 --- a/micromachine.gemspec +++ b/micromachine.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'micromachine' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = %{Minimal Finite State Machine.} s.description = %Q{There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general.\n\nBut if all you want is a finite state machine, look no further: this is only 22 lines of code and provides everything a finite state machine must have, and nothing more.} s.author = "Michel Martens"