Skip to content

Commit 3569766

Browse files
authored
v1.4.2
1 parent 3fe5404 commit 3569766

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/JsonParser.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Linq;
77
using System.Runtime.InteropServices;
88

9-
// --- Version 1.4.1 ---
9+
// --- Version 1.4.2 ---
1010

1111
namespace NetWebView2Lib
1212
{
@@ -587,4 +587,5 @@ public bool DecodeB64ToFile(string base64Text, string filePath)
587587
}
588588

589589
}
590-
}
590+
591+
}

0 commit comments

Comments
 (0)