diff --git a/pkg.ts b/pkg.ts index c6eb9e6..65da302 100644 --- a/pkg.ts +++ b/pkg.ts @@ -7,8 +7,8 @@ interface Pkg { export const getPkg = (): Pkg => { return { name: "webssl", + version: "3.5.4", description: "Simply create an OpenSSL certificate for your local web or mobile development that just work!", - version: "3.5.3", }; };