From 108ab72bbd4401ac0ada2ed184b9025693862506 Mon Sep 17 00:00:00 2001 From: James Healy Date: Mon, 5 Sep 2011 22:03:43 +1000 Subject: [PATCH] bump version --- onix.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onix.gemspec b/onix.gemspec index 52a21cd..d377c52 100644 --- a/onix.gemspec +++ b/onix.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "onix" - s.version = "0.9.0" + s.version = "0.9.1" s.summary = "A convient mapping between ruby objects and the ONIX XML specification" s.description = "A convient mapping between ruby objects and the ONIX XML specification" s.authors = ["James Healy"]