Skip to content

Commit

Permalink
Merge pull request #69 from dev-protocol/upd
Browse files Browse the repository at this point in the history
0.1.6
  • Loading branch information
KukretiShubham authored Apr 23, 2024
2 parents 469e867 + 5f7c9fc commit 466daae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devprotocol/huddle01-clubs-plugin",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "Repository for using Clubs-Huddle01 Plugin",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const meta: ClubsPluginMeta = {
id: 'devprotocol:clubs:huddle:plugin',
displayName: 'Huddle01',
category: ClubsPluginCategory.Uncategorized,
description: '',
description: 'Real Time Communication (RTC) Plugin',
icon: Icon,
previewImages: [Preview1, Preview2, Preview3],
readme: Readme,
Expand Down

0 comments on commit 466daae

Please sign in to comment.