From 35ab418afcf550e57f6649ccffc9f56923699f01 Mon Sep 17 00:00:00 2001 From: Actions User Date: Wed, 7 Dec 2022 20:42:48 +0000 Subject: [PATCH 1/3] [CI] Updating versions for 2022.12.07.2039 --- repo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repo.json b/repo.json index 4fe537b..bb1af9b 100644 --- a/repo.json +++ b/repo.json @@ -4,8 +4,8 @@ "Name": "XAT", "Description": "Create and edit animations and cutscenes", "InternalName": "XAT.Plugin", - "AssemblyVersion": "2022.11.26.124", - "TestingAssemblyVersion": "2022.11.26.124", + "AssemblyVersion": "2022.12.07.2039", + "TestingAssemblyVersion": "2022.12.07.2039", "RepoUrl": "https://github.com/AsgardXIV/XAT", "ApplicableVersion": "any", "DalamudApiLevel": 7, @@ -16,9 +16,9 @@ "LoadPriority": 69420, "LoadRequiredState": 2, "LoadSync": true, - "DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.124/XAT-Dalamud-Plugin.zip", - "DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.124/XAT-Dalamud-Plugin.zip", - "DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.124/XAT-Dalamud-Plugin.zip", + "DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.07.2039/XAT-Dalamud-Plugin.zip", + "DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.07.2039/XAT-Dalamud-Plugin.zip", + "DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.07.2039/XAT-Dalamud-Plugin.zip", "IconUrl": "https://raw.githubusercontent.com/AsgardXIV/XAT/master/Resources/Images/XATIcon.png" } ] From d9fc048ef108d4804a835d9888840d5c336dc42e Mon Sep 17 00:00:00 2001 From: Asgard <95163444+AsgardXIV@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:46:42 -0700 Subject: [PATCH 2/3] Fix date --- .github/workflows/publish-xat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-xat.yml b/.github/workflows/publish-xat.yml index 2ec419b..915a9da 100644 --- a/.github/workflows/publish-xat.yml +++ b/.github/workflows/publish-xat.yml @@ -13,7 +13,7 @@ jobs: uses: josStorer/get-current-time@v2 id: version-date with: - format: YYYY.MM.DD.kmm + format: YYYY.M.D.kmm - name: Checkout uses: actions/checkout@v2 @@ -100,4 +100,4 @@ jobs: git fetch origin main && git fetch origin test && git checkout main git add repo.json git commit -m "[CI] Updating versions for ${{ steps.version-date.outputs.formattedTime }}" || true - git push origin main || true \ No newline at end of file + git push origin main || true From acad339d3afe56cd89997a9c6b919d0bd755d279 Mon Sep 17 00:00:00 2001 From: Actions User Date: Wed, 7 Dec 2022 20:49:11 +0000 Subject: [PATCH 3/3] [CI] Updating versions for 2022.12.7.2047 --- repo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repo.json b/repo.json index bb1af9b..3c2ffea 100644 --- a/repo.json +++ b/repo.json @@ -4,8 +4,8 @@ "Name": "XAT", "Description": "Create and edit animations and cutscenes", "InternalName": "XAT.Plugin", - "AssemblyVersion": "2022.12.07.2039", - "TestingAssemblyVersion": "2022.12.07.2039", + "AssemblyVersion": "2022.12.7.2047", + "TestingAssemblyVersion": "2022.12.7.2047", "RepoUrl": "https://github.com/AsgardXIV/XAT", "ApplicableVersion": "any", "DalamudApiLevel": 7, @@ -16,9 +16,9 @@ "LoadPriority": 69420, "LoadRequiredState": 2, "LoadSync": true, - "DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.07.2039/XAT-Dalamud-Plugin.zip", - "DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.07.2039/XAT-Dalamud-Plugin.zip", - "DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.07.2039/XAT-Dalamud-Plugin.zip", + "DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.7.2047/XAT-Dalamud-Plugin.zip", + "DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.7.2047/XAT-Dalamud-Plugin.zip", + "DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.7.2047/XAT-Dalamud-Plugin.zip", "IconUrl": "https://raw.githubusercontent.com/AsgardXIV/XAT/master/Resources/Images/XATIcon.png" } ]