From f2c35c939f21cd4dd79b6098d1176baa430e1f0a Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Mon, 5 Apr 2021 15:05:19 +0200 Subject: [PATCH] Bump to version 0.1.2 --- README.md | 2 ++ lib/active_storage_db/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbdaa17..c0b02de 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ db: ## Do you like it? Star it! If you use this component just star it. A developer is more motivated to improve a project when there is some interest. +Or consider offering me a coffee, it's a small thing but it is greatly appreciated: [about me](https://www.blocknot.es/about-me). + ## Contributors - [Mattia Roccoberton](https://blocknot.es/): author - Inspired by [activestorage-database-service](https://github.com/TitovDigital/activestorage-database-service) project diff --git a/lib/active_storage_db/version.rb b/lib/active_storage_db/version.rb index a4bfc32..88033a0 100644 --- a/lib/active_storage_db/version.rb +++ b/lib/active_storage_db/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveStorageDB - VERSION = '0.1.0' + VERSION = '0.1.2' end