Skip to content

Commit

Permalink
Fix version number in Podspec (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Jul 20, 2022
1 parent f6181fa commit d070410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JWTDecode.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JWTDecode'
s.version = '3.0.0-fa'
s.version = '3.0.0'
s.summary = 'A JWT decoder for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily decode a JWT and access the claims it contains.
Expand Down

0 comments on commit d070410

Please sign in to comment.