Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Updated version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsKaa committed Mar 15, 2021
1 parent b45d2da commit ce8f58e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VChat/VChatPlugin.cs
Expand Up @@ -21,7 +21,7 @@ public class VChatPlugin : BaseUnityPlugin
{
public const string GUID = "org.itskaa.vchat";
public const string Name = "VChat";
public const string Version = "1.1.0";
public const string Version = "1.2.0";
public const string RepositoryAuthor = "ItsKaa";
public const string RepositoryName = "VChat";
public const string RepositoryUrl = "https://github.com/" + RepositoryAuthor + "/" + RepositoryName;
Expand Down
4 changes: 2 additions & 2 deletions VChat/manifest.json
@@ -1,8 +1,8 @@
{
"name": "VChat",
"version_number": "1.1.0",
"version_number": "1.2.0",
"website_url": "https://github.com/ItsKaa/VChat",
"description": "Adds a global chat channel, configurable colours per channel, chat history, removes auto character casing, and various other changes to improve the usage of the chat.",
"description": "Adds a global chat channel that doesn't ping, configurable colours per channel, chat history, removes auto character casing, and various other changes to improve the usage of the chat.",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.800"
]
Expand Down

0 comments on commit ce8f58e

Please sign in to comment.