Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danclay committed Feb 4, 2024
1 parent 0acc318 commit 97fd66a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/carrier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "danclay (https://github.com/danclay)",
"license": "MIT",
"repository": "https://github.com/danclay/wumpus-navy",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eris-fleet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"author": "danclay (https://github.com/danclay)",
"license": "MIT",
"repository": "https://github.com/danclay/wumpus-navy",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"dependencies": {
"wumpus-carrier": "^1.0.0"
"wumpus-carrier": "^1.0.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/oceanic-fleet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"author": "danclay (https://github.com/danclay)",
"license": "MIT",
"repository": "https://github.com/danclay/wumpus-navy",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"dependencies": {
"wumpus-carrier": "^1.0.0"
"wumpus-carrier": "^1.0.1"
},
"devDependencies": {
"@types/node": "^18.15.11",
Expand Down

0 comments on commit 97fd66a

Please sign in to comment.