bump version to 1.7.5

This commit is contained in:
Gabrijel Škoro 2019-01-30 15:35:30 +01:00
parent c26aa6b42d
commit c3cec6f75a
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -1,3 +1,3 @@
module CookiesEu
VERSION = "1.7.4"
VERSION = "1.7.5"
end