Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Jul 17, 2018
1 parent f903c8a commit fa901ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/insomnia-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.27",
"version": "1.0.28",
"name": "insomnia-app",
"app": {
"name": "insomnia",
Expand Down Expand Up @@ -110,7 +110,7 @@
"insomnia-importers": "^2.0.6",
"insomnia-libcurl": "^0.0.10",
"insomnia-plugin-base64": "^1.0.4",
"insomnia-plugin-core-themes": "^1.0.0",
"insomnia-plugin-core-themes": "^1.0.1",
"insomnia-plugin-file": "^1.0.4",
"insomnia-plugin-hash": "^1.0.4",
"insomnia-plugin-jsonpath": "^1.0.4",
Expand Down
5 changes: 2 additions & 3 deletions plugins/insomnia-plugin-core-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-core-themes",
"version": "1.0.0",
"version": "1.0.1",
"author": "Gregory Schier <[email protected]>",
"description": "Insomnia core themes",
"license": "MIT",
Expand All @@ -14,6 +14,5 @@
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {}
}
}

0 comments on commit fa901ef

Please sign in to comment.