Skip to content

Commit

Permalink
Update webview
Browse files Browse the repository at this point in the history
  • Loading branch information
geaz committed Apr 17, 2024
1 parent 5355db5 commit a145689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(FetchContent)
FetchContent_Declare(
webviewNative
GIT_REPOSITORY https://github.com/webview/webview
GIT_TAG 53ea174ce79ca2f52e28dd51d49052aebce3f4c5
GIT_TAG adbb85d0f54537b8034ece0bab67c7d1438e3cda
)
FetchContent_Populate(webviewNative)

Expand Down
2 changes: 1 addition & 1 deletion src/SharpWebview/SharpWebview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Owners>Gerrit 'Geaz' Gazic</Owners>
<Description>C# bindings for zserge/webview - Batteries included</Description>
<PackageId>SharpWebview</PackageId>
<PackageVersion>0.9.0</PackageVersion>
<PackageVersion>0.10.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/webview/webview_csharp</PackageProjectUrl>
</PropertyGroup>
Expand Down

0 comments on commit a145689

Please sign in to comment.