From 21f6754f8d59f963416618a8476bdb9bd093aa4e Mon Sep 17 00:00:00 2001 From: Finn Bacall Date: Mon, 12 Dec 2022 12:10:37 +0000 Subject: [PATCH] Bumped version --- Gemfile.lock | 2 +- ro_crate.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4216fa9..bad64dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ro-crate (0.5.0) + ro-crate (0.5.1) addressable (>= 2.7, < 2.9) rubyzip (~> 2.0.0) diff --git a/ro_crate.gemspec b/ro_crate.gemspec index c3be422..56039eb 100644 --- a/ro_crate.gemspec +++ b/ro_crate.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'ro-crate' - s.version = '0.5.0' + s.version = '0.5.1' s.summary = 'Create, manipulate, read RO-Crates.' s.authors = ['Finn Bacall'] s.email = 'finn.bacall@manchester.ac.uk'