Skip to content

Commit

Permalink
fix(websockets): trigger release (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Keren authored Feb 21, 2024
1 parent 0ae8e39 commit 54aa78b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion websockets/lib.w
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bring "./platform/sim.w" as sim;

pub class WebSocket impl api.IWebSocket {
inner: api.IWebSocket;

pub url: str;

new(props: api.WebSocketProps) {
Expand Down
2 changes: 1 addition & 1 deletion websockets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@winglibs/websockets",
"description": "WebSocket library for Wing",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
Expand Down

0 comments on commit 54aa78b

Please sign in to comment.