Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
usrivastava-atlas committed Aug 17, 2023
1 parent e470aa3 commit a9426f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const templateTags = [
type: "enum",
options: [
{displayName: "dev", value: "dev"},
{displayName: "platdev", value: "platdev"},
{displayName: "staging", value: "staging"},
{displayName: "prod", value: "prod"},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-atlassian-asap-slauth",
"version": "1.1.1",
"version": "1.1.2",
"author": "Utkarsh Srivastava <usrivastava92@gmail.com>",
"description": "An Insomnia plugin to generate Atlassian ASAP or SLAUTH tokens seamlessly",
"license": "MIT",
Expand Down

0 comments on commit a9426f2

Please sign in to comment.