diff --git a/ShareBubbles/README.md b/ShareBubbles/README.md index 27e11cf..f56f04f 100644 --- a/ShareBubbles/README.md +++ b/ShareBubbles/README.md @@ -2,6 +2,12 @@ Share Bubbles! Allows you to drop down bubbles containing Avatars & Props. Requires both users to have the mod installed. Synced over Mod Network. +### NOTICE - 1.0.2 +**Some features will not work as intended until ChilloutVRs API is updated.** +- Bubbles will display "Private" label regardless of publication state. +- Bubbles of private content you do not own will display "Claim" button regardless of if the content is already shared with you. +- Unshare button will be accessible when viewing Public content not owned by you. + ### How to use Open a Content Details page and click the Share button. You can choose between placing a Share Bubble or Sharing directly with users in the same instance. When placing a Share Bubble, you will be prompted to configure the bubble. Once you're ready, you can then Drop or Select the bubble for placement. diff --git a/ShareBubbles/format.json b/ShareBubbles/format.json index 76dadf3..a17aa7b 100644 --- a/ShareBubbles/format.json +++ b/ShareBubbles/format.json @@ -1,7 +1,7 @@ { "_id": -1, "name": "ShareBubbles", - "modversion": "1.0.1", + "modversion": "1.0.2", "gameversion": "2024r177", "loaderversion": "0.6.1", "modtype": "Mod", @@ -17,7 +17,7 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r41/ShareBubbles.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r43/ShareBubbles.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles/", "changelog": "- Initial release.", "embedcolor": "#f61963"