Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwukee committed Sep 18, 2024
1 parent fda6260 commit 4e7c412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.2.3 (Septemper 17, 2024)
## 3.2.3 (Septemper 18, 2024)

Support:

Expand Down
2 changes: 1 addition & 1 deletion jwt_sessions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require "jwt_sessions/version"
Gem::Specification.new do |s|
s.name = "jwt_sessions"
s.version = JWTSessions::VERSION
s.date = "2024-03-05"
s.date = "2024-09-18"
s.summary = "JWT Sessions"
s.description = "XSS/CSRF safe JWT auth designed for SPA"
s.authors = ["Julija Alieckaja"]
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 = "3.2.2"
VERSION = "3.2.3"
end

0 comments on commit 4e7c412

Please sign in to comment.