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

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Mar 2, 2021
1 parent 5fe32cf commit 72d98ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
};

0 comments on commit 72d98ae

Please sign in to comment.