Skip to content

Commit

Permalink
Major update
Browse files Browse the repository at this point in the history
Performance & stability improvements,
search as you type, new nested collections view
and many more
  • Loading branch information
exentrich committed Oct 4, 2020
1 parent 543bfa8 commit 0659882
Show file tree
Hide file tree
Showing 2 changed files with 562 additions and 357 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Raindrop.io",
"productName": "Raindrop.io",
"version": "5.2.31",
"version": "5.2.32",
"description": "Crossplatform bookmarking app",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"update-electron-app": "1.5.x"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.53",
"@electron-forge/maker-dmg": "^6.0.0-beta.53",
"@electron-forge/maker-squirrel": "^6.0.0-beta.53",
"@electron-forge/maker-zip": "^6.0.0-beta.53",
"@electron-forge/publisher-github": "^6.0.0-beta.53",
"@electron-forge/cli": "6.0.0-beta.52",
"@electron-forge/maker-dmg": "6.0.0-beta.52",
"@electron-forge/maker-squirrel": "6.0.0-beta.52",
"@electron-forge/maker-zip": "6.0.0-beta.52",
"@electron-forge/publisher-github": "6.0.0-beta.52",
"electron": "10.1.x",
"shx": "^0.3.2"
}
Expand Down
Loading

0 comments on commit 0659882

Please sign in to comment.