1
0
This commit is contained in:
Kacie 2023-01-24 23:01:18 +01:00
parent e618c72c8a
commit 82a7e10aa8
3 changed files with 8 additions and 8 deletions

View File

@ -12,4 +12,4 @@
# Conventions
Version: 1.7.0.0 refers to Dalamud API 7
Version: 1.8.0.0 refers to Dalamud API 8

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>KacieXX</Authors>
<Company>Karsian</Company>
<Version>1.7.0.1</Version>
<Version>1.8.0.0</Version>
<Description>A plugin to help you vibe your controller or toys</Description>
<Copyright>kacieXX 2023</Copyright>
<PackageProjectUrl>https://github.com/kaciexx/FFXIV_Vibe_Plugin</PackageProjectUrl>

View File

@ -4,7 +4,7 @@
"Name": "FFXIV Vibe Plugin",
"Description": "Plugin that let you vibe your controller or toys",
"InternalName": "FFXIV_Vibe_Plugin",
"AssemblyVersion": "1.7.0.0",
"AssemblyVersion": "1.8.0.0",
"RepoUrl": "https://github.com/kaciexx/FFXIV_Vibe_Plugin",
"ApplicableVersion": "any",
"Tags": [
@ -12,14 +12,14 @@
"vibration",
"wave"
],
"DalamudApiLevel": 7,
"DalamudApiLevel": 8,
"IconUrl": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/raw/master/images/logo.png",
"IsHide": "False",
"IsTestingExclusive": "False",
"LastUpdated": 1662225133,
"DownloadCount": 2850,
"DownloadLinkInstall": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.7.0.0/FFXIV_Vibe_Plugin_v1.7.0.0.zip",
"DownloadLinkTesting": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.7.0.0/FFXIV_Vibe_Plugin_v1.7.0.0.zip",
"DownloadLinkUpdate": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.7.0.0/FFXIV_Vibe_Plugin_v1.7.0.0.zip"
"DownloadCount": 3352,
"DownloadLinkInstall": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.0/FFXIV_Vibe_Plugin_v1.8.0.0.zip",
"DownloadLinkTesting": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.0/FFXIV_Vibe_Plugin_v1.8.0.0.zip",
"DownloadLinkUpdate": "https://github.com/kaciexx/FFXIV_Vibe_Plugin/releases/download/v1.8.0.0/FFXIV_Vibe_Plugin_v1.8.0.0.zip"
}
]