Skip to content

Commit

Permalink
bump version to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gabskoro committed Jan 30, 2019
1 parent c26aa6b commit c3cec6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cookies_eu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/cookies_eu/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CookiesEu
VERSION = "1.7.4"
VERSION = "1.7.5"
end

0 comments on commit c3cec6f

Please sign in to comment.