Skip to content

Commit

Permalink
Bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Jan 1, 2020
1 parent 2eee564 commit abbdb64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tosios",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,4 +39,4 @@
"devDependencies": {
"typescript": "^3.5.3"
}
}
}
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.9.2",
"version": "0.10.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@tosios/common": "0.9.2",
"@tosios/common": "0.10.0",
"colyseus.js": "^0.11.7",
"pixi-particles": "^4.2.0",
"pixi-viewport": "^4.5.0",
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.9.2",
"version": "0.10.0",
"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.9.2",
"version": "0.10.0",
"private": true,
"main": "./build/index.js",
"dependencies": {
"@colyseus/monitor": "^0.11.9",
"@colyseus/schema": "^0.5.17",
"@tosios/common": "0.9.2",
"@tosios/common": "0.10.0",
"colyseus": "^0.11.25",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down

0 comments on commit abbdb64

Please sign in to comment.