Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeibi committed Sep 17, 2017
1 parent 2654d24 commit 28a7e51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.2.0",
"version": "1.4.4",
"version": "1.4.5",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/p2p-chat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2p-chat-core",
"version": "1.4.4",
"version": "1.4.5",
"license": "MIT",
"private": true,
"description": "a p2p chat app",
Expand All @@ -18,7 +18,7 @@
"fs-extra": "^4.0.0",
"ip": "^1.1.5",
"node-machine-id": "^1.1.9",
"p2p-chat-logger": "^1.4.3",
"p2p-chat-logger": "^1.4.5",
"p2p-chat-utils": "^1.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/p2p-chat-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2p-chat-logger",
"version": "1.4.3",
"version": "1.4.5",
"description": "logger",
"private": true,
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/p2p-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2p-chat",
"version": "1.4.4",
"version": "1.4.5",
"license": "MIT",
"description": "a P2P LAN chatting and file sharing tool",
"main": "index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"electron-settings": "^3.1.1",
"fs-extra": "^4.0.1",
"p2p-chat-core": "^1.4.4",
"p2p-chat-logger": "^1.4.3",
"p2p-chat-core": "^1.4.5",
"p2p-chat-logger": "^1.4.5",
"p2p-chat-utils": "^1.4.3"
},
"devDependencies": {
Expand Down

0 comments on commit 28a7e51

Please sign in to comment.