From a99009cdd73d8360090f02e4cfe88de698d02f19 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 5 Jul 2024 12:24:33 -0400 Subject: [PATCH] Bump version --- Gemfile.lock | 6 +++--- lib/atomic_tenant/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a7cfb93..9752904 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - atomic_tenant (1.2.2) + atomic_tenant (1.3.0) atomic_lti (~> 1.3) rails (~> 7.0) @@ -82,7 +82,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - atomic_lti (1.8.0) + atomic_lti (1.9.0) pg (~> 1.3) rails (~> 7.0) base64 (0.2.0) @@ -130,7 +130,7 @@ GEM racc (~> 1.4) nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) - pg (1.5.4) + pg (1.5.6) psych (5.1.2) stringio racc (1.8.0) diff --git a/lib/atomic_tenant/version.rb b/lib/atomic_tenant/version.rb index 47c9e08..e15456a 100644 --- a/lib/atomic_tenant/version.rb +++ b/lib/atomic_tenant/version.rb @@ -1,3 +1,3 @@ module AtomicTenant - VERSION = '1.2.2' + VERSION = '1.3.0' end