From b3fb844e17b6632f0a47228d5dd9f6ead078cc1d Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Mon, 25 Nov 2024 15:56:29 -0700 Subject: [PATCH] Updated version for fusionauth-ruby-client to 1.54.0 --- Gemfile.lock | 2 +- build.savant | 2 +- fusionauth_client.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 895902a..ad68033 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fusionauth_client (1.53.3) + fusionauth_client (1.54.0) GEM remote: https://rubygems.org/ diff --git a/build.savant b/build.savant index 450ff7f..89ee7bf 100644 --- a/build.savant +++ b/build.savant @@ -15,7 +15,7 @@ */ pubVersion = "" -project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.53.3", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.54.0", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/fusionauth_client.gemspec b/fusionauth_client.gemspec index 797d417..b53e19e 100644 --- a/fusionauth_client.gemspec +++ b/fusionauth_client.gemspec @@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'fusionauth_client' - spec.version = '1.53.3' + spec.version = '1.54.0' spec.authors = ['Brian Pontarelli', 'Daniel DeGroff'] spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)