We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13a335c + f2c35c9 commit a5fb8c6Copy full SHA for a5fb8c6
2 files changed
README.md
@@ -23,6 +23,8 @@ db:
23
## Do you like it? Star it!
24
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
25
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
+
28
## Contributors
29
- [Mattia Roccoberton](https://blocknot.es/): author
30
- Inspired by [activestorage-database-service](https://github.com/TitovDigital/activestorage-database-service) project
lib/active_storage_db/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ActiveStorageDB
4
- VERSION = '0.1.0'
+ VERSION = '0.1.2'
5
end
0 commit comments