From 9885b4b356b185012a9c50440e8ab927336c01b0 Mon Sep 17 00:00:00 2001 From: Yaroslav Shirokov Date: Mon, 30 Sep 2013 12:41:50 -0700 Subject: [PATCH] Bump to 0.0.5, with a version in the Gemspec --- Gemfile.lock | 2 +- csg.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b02af1d..982da30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - csg (0.0.2) + csg (0.0.5) ffi GEM diff --git a/csg.gemspec b/csg.gemspec index c45972e..2c978ae 100644 --- a/csg.gemspec +++ b/csg.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'csg' - s.version = '0.0.4' + s.version = '0.0.5' s.summary = "A fast library for Constructive Solid Geometry" s.description = s.summary s.authors = ["Yaroslav Shirokov", "Sean Bryant"]