We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69670e8 commit 5b7c12cCopy full SHA for 5b7c12c
lib/passkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Passkit
4
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
5
end
passkit.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
17
spec.metadata["homepage_uri"] = spec.homepage
18
spec.metadata["source_code_uri"] = "https://github.com/coorasse/passkit"
19
spec.metadata["changelog_uri"] = "https://github.com/coorasse/passkit/blob/master/CHANGELOG.md"
20
+ spec.metadata["funding_uri"] = "https://github.com/sponsors/coorasse"
21
22
# Specify which files should be added to the gem when it is released.
23
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
0 commit comments