Skip to content

Commit 53b9995

Browse files
committed
Version 1.0.0
1 parent f1ee277 commit 53b9995

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ const mvarcs = new URL("file://" + certPath);
1212
mvarcs.where = () => certPath;
1313
mvarcs.contents = (encoding = "utf8") => readFileSync(certPath, encoding);
1414
mvarcs.source = source;
15-
mvarcs.version = "0.0.3";
15+
mvarcs.version = "1.0.0";
1616

1717
module.exports = mvarcs;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mvarcs",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "mvarcs provides a collection of Root Certificates for validating the trustworthiness of Mark Certificates such as Verified Mark Certificates (VMC) and Common Mark Certificates (CMC) used in BIMI (Brand Indicators for Message Identification).",
55
"keywords": [
66
"BIMI",

0 commit comments

Comments
 (0)