Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 27, 2021
1 parent 9ef16a7 commit 7ed9601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clubhouse-examples",
"private": true,
"version": "1.4.0",
"version": "1.5.0",
"description": "Clubhouse example scripts.",
"license": "MIT",
"author": "Travis Fischer <[email protected]>",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"clubhouse-client": "^1.3.0",
"clubhouse-crawler": "^1.4.0",
"clubhouse-crawler": "^1.5.0",
"delay": "^5.0.0",
"dotenv-safe": "^8.2.0",
"prompts": "^2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clubhouse-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clubhouse-crawler",
"version": "1.4.0",
"version": "1.5.0",
"description": "Clubhouse social graph crawler with Neo4j support.",
"repository": "transitive-bullshit/clubhouse",
"author": "Travis Fischer <[email protected]>",
Expand Down

0 comments on commit 7ed9601

Please sign in to comment.