Skip to content

Commit

Permalink
Release v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Apr 27, 2020
1 parent 64a50cc commit 5ab28ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=3000
CHOKIDAR_USEPOLLING=true
REACT_APP_BASE_URL=api.php
REACT_APP_VERSION=1.0.0-beta.2
REACT_APP_VERSION=1.0.0-beta.3
2 changes: 1 addition & 1 deletion server/bootstrap/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$version = '1.0.0-beta.2';
$version = '1.0.0-beta.3';

require_once __DIR__ . '/../vendor/autoload.php';

Expand Down

0 comments on commit 5ab28ed

Please sign in to comment.