From 90294d8e8e66c9aadf3e11fd1f8d54aeeef9e953 Mon Sep 17 00:00:00 2001 From: Ermolaev Andrey Date: Mon, 13 Jan 2025 12:10:24 +0300 Subject: [PATCH] bump 1.2.1 --- Gemfile.lock | 2 +- lib/active_dry_form/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ca60e8b..2cddea7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GIT PATH remote: . specs: - active_dry_form (1.2.0) + active_dry_form (1.2.1) actionpack activerecord dry-configurable diff --git a/lib/active_dry_form/version.rb b/lib/active_dry_form/version.rb index dea126d..37d28c0 100644 --- a/lib/active_dry_form/version.rb +++ b/lib/active_dry_form/version.rb @@ -2,6 +2,6 @@ module ActiveDryForm - VERSION = '1.2.0' + VERSION = '1.2.1' end