Skip to content

Commit 36f19dc

Browse files
Release v1.0.0
1 parent b921378 commit 36f19dc

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Release Notes
22

3-
## v1.0.0
3+
## [1.0.0] - 2024-12-13
44

55
This is the first release including the initial set of features for the app. Multiple
6-
user support, note-taking, application settings, authorization and authentication.
7-
6+
user support, note-taking, application settings, authorization and authentication.
87

client/.env

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=1.0.0-beta.4
4+
REACT_APP_VERSION=1.0.0

server/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
|
2626
*/
2727

28-
'version' => env('APP_VERSION', '1.0.0-beta.4'),
28+
'version' => env('APP_VERSION', '1.0.0'),
2929

3030
/*
3131
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)