diff --git a/Changes b/Changes index 2ef7a5b..0328d55 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Cro::WebSocket -{{NEXT}} +0.8.10 - Change dependency management to allow individual Cro modules to be updated individually. - Rename all `.pm6` files to `.rakumod` and `.t` files to `.rakutest`. diff --git a/META6.json b/META6.json index c404f84..6ee511b 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name": "Cro::WebSocket", "description": "WebSocket client, and WebSocket support in the Cro HTTP router.", - "version": "0.8.9", + "version": "0.8.10", "api": "0", "auth": "zef:cro", "perl": "6.*", @@ -9,7 +9,7 @@ "Jonathan Worthington " ], "depends": [ - "Cro::HTTP:ver<0.8.9>", + "Cro::HTTP:ver<0.8.10+>:api<0>:auth", "Base64", "Digest::SHA1::Native", "Crypt::Random",