Skip to content

Commit 7e218a6

Browse files
committed
chat: bump to 0.5
1 parent 97c395c commit 7e218a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"dependencies": {
8989
"cors": "^2.8.5",
90-
"@ably/chat": "^0.4.0",
90+
"@ably/chat": "^0.5.0",
9191
"@ably/spaces": "^0.4.0",
9292
"ably": "^2.5.0",
9393
"next": "^15",

src/data/languages/languageData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default {
2222
go: 1.2,
2323
},
2424
chat: {
25-
javascript: 0.4,
26-
react: 0.4,
25+
javascript: 0.5,
26+
react: 0.5,
2727
swift: 0.2,
2828
kotlin: 0.2,
2929
},

0 commit comments

Comments
 (0)