Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Oct 17, 2019
1 parent f569197 commit a261199
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.5.0",
"version": "0.6.0",
"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.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@tosios/common": "0.5.0",
"@tosios/common": "0.6.0",
"classnames": "^2.2.6",
"colyseus.js": "^0.11.2",
"pixi-particles": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tosios/common",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down Expand Up @@ -29,4 +29,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
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.5.0",
"version": "0.6.0",
"private": true,
"main": "./build/index.js",
"dependencies": {
"@colyseus/monitor": "^0.11.5",
"@colyseus/schema": "^0.4.56",
"@tosios/common": "0.5.0",
"@tosios/common": "0.6.0",
"colyseus": "^0.11.14",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down

0 comments on commit a261199

Please sign in to comment.