Skip to content

Commit a5fb8c6

Browse files
authored
Merge pull request #7 from blocknotes/v0.1.2
Bump to version 0.1.2
2 parents 13a335c + f2c35c9 commit a5fb8c6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ db:
2323
## Do you like it? Star it!
2424
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
2525

26+
Or consider offering me a coffee, it's a small thing but it is greatly appreciated: [about me](https://www.blocknot.es/about-me).
27+
2628
## Contributors
2729
- [Mattia Roccoberton](https://blocknot.es/): author
2830
- Inspired by [activestorage-database-service](https://github.com/TitovDigital/activestorage-database-service) project

lib/active_storage_db/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveStorageDB
4-
VERSION = '0.1.0'
4+
VERSION = '0.1.2'
55
end

0 commit comments

Comments
 (0)