Skip to content

Commit

Permalink
chore(release): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Sep 6, 2020
1 parent fef875f commit ef83d96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screenstation-api",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"dev": "ts-node-dev --respawn --transpileOnly src/app.ts",
Expand Down
2 changes: 1 addition & 1 deletion applications/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screenstation-frontend",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"start": "vue-cli-service serve --mode development --open",
Expand Down
2 changes: 1 addition & 1 deletion applications/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screenstation-worker",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"dev": "ts-node-dev --respawn --exit-child --transpileOnly src/app.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screenstation",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"dev-worker": "cd applications/worker && yarn dev",
Expand Down

0 comments on commit ef83d96

Please sign in to comment.