From 36a060a702a0eaed4dbeefe8b81bc4f9f461f0f7 Mon Sep 17 00:00:00 2001 From: Sergey Gnuskov Date: Tue, 27 Feb 2024 17:36:53 +0100 Subject: [PATCH] Version bump --- Gemfile.lock | 2 +- lib/uuidable/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6dd2fea..e9d7458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uuidable (1.0.rc1) + uuidable (1.0.0) 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 fb0375a..d2918b1 100644 --- a/lib/uuidable/version.rb +++ b/lib/uuidable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uuidable - VERSION = '1.0.rc1' + VERSION = '1.0.0' end