Skip to content

Commit 906c401

Browse files
Release v1.0.0-beta.2
1 parent 66e6616 commit 906c401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PORT=3000
22
CHOKIDAR_USEPOLLING=true
33
REACT_APP_BASE_URL=api.php
4-
REACT_APP_VERSION=v1.0.0-beta.1
4+
REACT_APP_VERSION=v1.0.0-beta.2

server/bootstrap/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$version = 'v1.0.0-beta.1';
3+
$version = 'v1.0.0-beta.2';
44

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

0 commit comments

Comments
 (0)