Skip to content

Commit

Permalink
Bump to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwukee committed Jun 1, 2021
1 parent 596ea62 commit efca5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jwt_sessions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "jwt_sessions/version"
Gem::Specification.new do |s|
s.name = "jwt_sessions"
s.version = JWTSessions::VERSION
s.date = "2020-07-06"
s.date = "2021-06-01"
s.summary = "JWT Sessions"
s.description = "XSS/CSRF safe JWT auth designed for SPA"
s.authors = ["Yulia Oletskaya"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jwt_sessions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JWTSessions
VERSION = "2.5.2"
VERSION = "2.6.0"
end

0 comments on commit efca5d8

Please sign in to comment.