Skip to content

Commit

Permalink
Bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Oct 23, 2019
1 parent 3b951fb commit 40ef08a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tosios",
"version": "0.6.1",
"version": "0.7.2",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@tosios/client",
"version": "0.6.1",
"version": "0.7.2",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@tosios/common": "0.6.1",
"@tosios/common": "0.7.2",
"classnames": "^2.2.6",
"colyseus.js": "^0.11.2",
"pixi-particles": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tosios/common",
"version": "0.6.1",
"version": "0.7.2",
"private": true,
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tosios/server",
"version": "0.6.1",
"version": "0.7.2",
"private": true,
"main": "./build/index.js",
"dependencies": {
"@colyseus/monitor": "^0.11.5",
"@colyseus/schema": "^0.4.56",
"@tosios/common": "0.6.1",
"@tosios/common": "0.7.2",
"colyseus": "^0.11.14",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down

0 comments on commit 40ef08a

Please sign in to comment.