mirror of
https://github.com/infinum/cookies_eu
synced 2023-03-27 23:21:16 -04:00
bump version to 1.7.5
This commit is contained in:
parent
c26aa6b42d
commit
c3cec6f75a
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ require 'cookies_eu/version'
|
|||
Gem::Specification.new do |spec|
|
||||
spec.name = "cookies_eu"
|
||||
spec.version = CookiesEu::VERSION
|
||||
spec.authors = ["Stjepan Hadjic"]
|
||||
spec.email = ["stjepan.hadjic@infinum.hr"]
|
||||
spec.authors = ["Stjepan Hadjic", "Gabrijel Skoro"]
|
||||
spec.email = ["stjepan.hadjic@infinum.hr", "gabrijel.skoro@gmail.com"]
|
||||
spec.description = %q{Displays a cookie consent}
|
||||
spec.summary = %q{Displays a cookie consent. If you dont disable cokkies in settings, we assume you are ok with us using cookies}
|
||||
spec.homepage = "https://github.com/infinum/cookies_eu"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module CookiesEu
|
||||
VERSION = "1.7.4"
|
||||
VERSION = "1.7.5"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue