From 8b97b9579106c1e18c1a07b9fd5501497e6589e8 Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:48:30 -0500 Subject: [PATCH] Version update --- Gemfile.lock | 4 ++-- lib/orcid_client/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d25ffd..e2064d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - orcid_client (0.9.8) + orcid_client (0.10.0) activesupport (>= 4.2.5, < 6) bolognese (~> 1.3, >= 1.9.8) builder (~> 3.2, >= 3.2.2) @@ -234,4 +234,4 @@ DEPENDENCIES webmock (~> 3.0, >= 3.0.1) BUNDLED WITH - 2.3.20 + 2.4.10 diff --git a/lib/orcid_client/version.rb b/lib/orcid_client/version.rb index 7cbe219..6ca3d13 100644 --- a/lib/orcid_client/version.rb +++ b/lib/orcid_client/version.rb @@ -1,3 +1,3 @@ module OrcidClient - VERSION = "0.9.8" + VERSION = "0.10.0" end