Skip to content

Commit d070410

Browse files
authored
Fix version number in Podspec (#182)
1 parent f6181fa commit d070410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JWTDecode.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'JWTDecode'
3-
s.version = '3.0.0-fa'
3+
s.version = '3.0.0'
44
s.summary = 'A JWT decoder for iOS, macOS, tvOS, and watchOS'
55
s.description = <<-DESC
66
Easily decode a JWT and access the claims it contains.

0 commit comments

Comments
 (0)