Skip to content

Commit

Permalink
Merge pull request #183 from buttercup-pw/importer-hotfix
Browse files Browse the repository at this point in the history
Fix buttercup importer version on dist
  • Loading branch information
sallar authored Mar 17, 2017
2 parents cece7eb + 3ce6448 commit ad6de29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "buttercup",
"version": "0.10.1",
"version": "0.10.2",
"productName": "Buttercup",
"main": "./main.js",
"description": "Free and Open Source password vault",
"license": "GPL-3.0",
"homepage": "https://buttercup.pw",
"author": "Buttercup <[email protected]>",
"dependencies": {
"buttercup-importer": "0.6.1"
"buttercup-importer": "0.7.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buttercup",
"productName": "Buttercup",
"version": "0.10.1",
"version": "0.10.2",
"description": "Free and Open Source password vault",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit ad6de29

Please sign in to comment.