From 388b1497148a1c079e38bb76000aeadba8fc6272 Mon Sep 17 00:00:00 2001 From: Steve Agalloco Date: Sat, 3 Dec 2011 16:46:58 -0500 Subject: [PATCH] bump version to 0.2.1 --- lib/instapaper/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/instapaper/version.rb b/lib/instapaper/version.rb index 29cadb3..6a490bf 100644 --- a/lib/instapaper/version.rb +++ b/lib/instapaper/version.rb @@ -1,3 +1,3 @@ module Instapaper - VERSION = "0.2.0" + VERSION = "0.2.1" end