Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit d2724cf

Browse files
committed
feat: bump version
1 parent d15313a commit d2724cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webssl",
33
"description": "Simply create an OpenSSL certificate for your local web or mobile development that just work!",
44
"repository": "https://github.com/m8finder/webssl/",
5-
"version": "3.3.1",
5+
"version": "3.3.2",
66
"stable": true,
77
"files": [
88
"*.ts",

pkg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export const getPkg = (): Pkg => {
99
name: "webssl",
1010
description:
1111
"Simply create an OpenSSL certificate for your local web or mobile development that just work!",
12-
version: "3.3.1",
12+
version: "3.3.2",
1313
};
1414
};

0 commit comments

Comments
 (0)