diff --git a/manifest.json b/manifest.json index 3e483cb4..9824c430 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "JWT Debugger", "description": "The JWT.io debugger as a Web Extension", - "version": "2.1.2", + "version": "2.1.3", "browser_action": { "default_icon": "img/favicon/favicon-96x96.png", diff --git a/package.json b/package.json index 59467ea2..5fdb55d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwt.io", - "version": "2.1.3", + "version": "2.1.4", "repository": { "type": "git", "url": "https://github.com/jsonwebtoken/jsonwebtoken.github.io"