Skip to content

Commit

Permalink
Release v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Apr 8, 2020
1 parent 66e6616 commit 906c401
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=v1.0.0-beta.1
REACT_APP_VERSION=v1.0.0-beta.2
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 = 'v1.0.0-beta.1';
$version = 'v1.0.0-beta.2';

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

Expand Down

0 comments on commit 906c401

Please sign in to comment.