From 61ddedef8d8a545db6d804c463087a72ecff66a9 Mon Sep 17 00:00:00 2001 From: tobiasfeistmantl Date: Wed, 3 Mar 2021 16:09:45 +0000 Subject: [PATCH] Bump version to 1.1.0 --- Gemfile.lock | 2 +- lib/active_entry/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d9ae8d2..b654d4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_entry (1.0.1) + active_entry (1.1.0) rails (>= 4.0.0) GEM diff --git a/lib/active_entry/version.rb b/lib/active_entry/version.rb index 1f684c3..8bb72ac 100644 --- a/lib/active_entry/version.rb +++ b/lib/active_entry/version.rb @@ -1,3 +1,3 @@ module ActiveEntry - VERSION = '1.0.1' + VERSION = '1.1.0' end