diff --git a/make-pluginmasterjson.js b/make-pluginmasterjson.js index aa11f16..1b51e54 100644 --- a/make-pluginmasterjson.js +++ b/make-pluginmasterjson.js @@ -52,7 +52,7 @@ fs.readdir("./plugins", (err, files) => { const masterJsonInsert = { ...pluginJson, - LastUpdate: updatedDate, + LastUpdate: updatedDate.length < 2 ? Math.round(Date.now() / 1000) : updatedDate, IsHide: "False", DownloadCount: 69420, IsTestingExclusive: "False", diff --git a/pluginmaster.json b/pluginmaster.json index 6feb366..624f08c 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -70,11 +70,11 @@ "DownloadLinkUpdate": "https://raw.githubusercontent.com/aRkker/DalamudPlugins/master/plugins/OmicronMountMusicFixer/latest.zip" }, { - "Author": "Adam", + "Author": "aRkker", "Name": "Penumbra", "InternalName": "Penumbra", "AssemblyVersion": "1.0.0.1", - "Description": "Runtime mod loader and manager.", + "Description": "Runtime mod loader and manager, with aRkkers api tweaks lol", "ApplicableVersion": "any", "RepoUrl": "https://github.com/xivdev/Penumbra", "Tags": [ diff --git a/plugins/Penumbra/Penumbra.json b/plugins/Penumbra/Penumbra.json index 8af2b6d..4431cf5 100644 --- a/plugins/Penumbra/Penumbra.json +++ b/plugins/Penumbra/Penumbra.json @@ -1,9 +1,9 @@ { - "Author": "Adam", + "Author": "aRkker", "Name": "Penumbra", "InternalName": "Penumbra", "AssemblyVersion": "1.0.0.1", - "Description": "Runtime mod loader and manager.", + "Description": "Runtime mod loader and manager, with aRkkers api tweaks lol", "ApplicableVersion": "any", "RepoUrl": "https://github.com/xivdev/Penumbra", "Tags": [ diff --git a/plugins/Penumbra/latest.zip b/plugins/Penumbra/latest.zip index bf0cfdf..3335665 100644 Binary files a/plugins/Penumbra/latest.zip and b/plugins/Penumbra/latest.zip differ