Skip to content

Commit b2c7a2e

Browse files
committed
feat: update project version to 1.0.4 in package.json and SECURITY.md
1 parent 1b9cadf commit b2c7a2e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
We actively maintain the following versions of this project:
66
| Version | Supported |
77
| ------- | ------------------ |
8-
| 1.x | :white_check_mark: |
9-
| < 1.x | :x: |
8+
| 1.0.4 | :white_check_mark: |
9+
| < 1.0.4 | :x: |
1010

1111
## Reporting a Vulnerability
1212

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cvmaker",
3-
"version": "0.0.1",
3+
"version": "1.0.4",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cvmaker",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)