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