Skip to content

Commit 07fe974

Browse files
committed
bump: version 3.9.1 → 3.9.2
1 parent d7ede3d commit 07fe974

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pki-manager/backend",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"private": true,
55
"type": "module",
66
"description": "PKI Manager Backend - Fastify + tRPC API server",

frontend/package.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pki-manager",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"private": true,
55
"description": "PKI Manager - Web-based Public Key Infrastructure management application",
66
"license": "Apache-2.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "3.9.1"
3+
version = "3.9.2"
44
tag_format = "v$version"
55
version_files = [
66
"package.json:version",

0 commit comments

Comments
 (0)