Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Sep 27, 2019
1 parent 27eb189 commit e9532d1
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.1.0",
"version": "0.2.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.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@tosios/common": "0.1.0",
"@tosios/common": "0.2.0",
"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.1.0",
"version": "0.2.0",
"private": true,
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tosios/server",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"main": "./build/index.js",
"dependencies": {
"@colyseus/monitor": "^0.11.5",
"@colyseus/schema": "^0.4.56",
"@tosios/common": "0.1.0",
"@tosios/common": "0.2.0",
"colyseus": "^0.11.14",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand All @@ -27,4 +27,4 @@
"build": "tsc -p tsconfig.json",
"serve": "node build/index.js"
}
}
}

0 comments on commit e9532d1

Please sign in to comment.