From df7682b311045bf848fee964e4a229b135fd516f Mon Sep 17 00:00:00 2001 From: Bright Fulton Date: Wed, 4 Jun 2014 15:58:16 -0400 Subject: [PATCH] bump to 0.1.10 --- lib/aerosol/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aerosol/version.rb b/lib/aerosol/version.rb index 611e32d..6c20298 100644 --- a/lib/aerosol/version.rb +++ b/lib/aerosol/version.rb @@ -1,5 +1,5 @@ # Copyright Swipely, Inc. All rights reserved. module Aerosol - VERSION = '0.1.9' + VERSION = '0.1.10' end