diff --git a/README.md b/README.md index f7fb51d..ac7001f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Fast and complete Win32 API bindings for Deno using FFI. import { MB_OKCANCEL, MessageBoxA, -} from "https://deno.land/x/win@0.1.0/api/UI/WindowsAndMessaging.ts"; +} from "https://deno.land/x/win@0.1.1/api/UI/WindowsAndMessaging.ts"; const result = MessageBoxA( null, @@ -41,7 +41,7 @@ is huge, so are the bindings. ## Documentation Check out the complete API reference -[here](https://doc.deno.land/https://deno.land/x/win@0.1.0/mod.ts). +[here](https://doc.deno.land/https://deno.land/x/win@0.1.1/mod.ts). ## Contributing