We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e72a33 commit f117676Copy full SHA for f117676
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# JSON Web Token Changelog
2
3
-## Master
+## 2.1.0
4
5
### Enhancements
6
JSONWebToken.podspec
Pod::Spec.new do |spec|
spec.name = 'JSONWebToken'
- spec.version = '2.0.2'
+ spec.version = '2.1.0'
spec.summary = 'Swift library for JSON Web Tokens (JWT).'
spec.homepage = 'https://github.com/kylef/JSONWebToken.swift'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
0 commit comments