From 9fa3950d10633b2f69d9bdbf1c090b3a98d3eba1 Mon Sep 17 00:00:00 2001 From: Sergey Gnuskov Date: Fri, 26 Apr 2024 14:12:18 +0200 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/uuidable/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index da130d1..89e4378 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uuidable (1.0.1) + uuidable (1.0.2) activerecord (>= 4.2, < 7.2) mysql-binuuid-rails (>= 1.3, < 2) uuidtools (>= 2.1, < 3) diff --git a/lib/uuidable/version.rb b/lib/uuidable/version.rb index 132a4a1..6370a2e 100644 --- a/lib/uuidable/version.rb +++ b/lib/uuidable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uuidable - VERSION = '1.0.1' + VERSION = '1.0.2' end