Skip to content

Commit

Permalink
released v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 1, 2023
1 parent 5cb5ffa commit e318fd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "client",
"scripts": {
Expand All @@ -13,6 +13,7 @@
"@types/crypto-js": "^4.1.1",
"@uiw/copy-to-clipboard": "^1.0.12",
"@uiw/formatter": "^2.0.1",
"@uiw/react-markdown-preview": "^4.1.13",
"@wcj/dark-mode": "^1.0.15",
"@wcj/generate-password": "^1.0.3",
"crypto-js": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.0",
"version": "0.0.2",
"packages": ["server", "client"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "pml",
"version": "1.0.0",
"private": true,
"description": "Password Manager Lite.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit e318fd4

Please sign in to comment.