Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Oct 7, 2019
1 parent 530d197 commit c1ee070
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.0",
"version": "0.4.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tosios/client",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
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.3.0",
"version": "0.4.0",
"private": true,
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tosios/server",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"main": "./build/index.js",
"dependencies": {
Expand Down

0 comments on commit c1ee070

Please sign in to comment.