Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neopostmodern committed May 13, 2022
1 parent 79a966a commit a1a7459
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@structure/client",
"description": "Frontend (desktop and web app) for the Structure bookmarking software",
"version": "0.20.0",
"version": "0.20.1",
"main": "src/main/main.ts",
"directories": {
"lib": "lib",
Expand Down
4 changes: 2 additions & 2 deletions client/release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structure",
"version": "0.20.0",
"version": "0.20.1",
"main": "./dist/main/main.js",
"scripts": {
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
Expand Down
4 changes: 2 additions & 2 deletions common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@structure/common",
"version": "0.20.0",
"version": "0.20.1",
"description": "> TODO: description",
"author": "neopostmodern <[email protected]>",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"config",
"server"
],
"version": "0.20.0"
"version": "0.20.1"
}
6 changes: 3 additions & 3 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@structure/server",
"version": "0.20.0",
"version": "0.20.1",
"description": "> TODO: description",
"author": "neopostmodern <[email protected]>",
"homepage": "",
Expand Down

0 comments on commit a1a7459

Please sign in to comment.