From fef9053ef5647e31d92ff6650bdab2d8e9746772 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Fri, 2 Sep 2022 08:59:59 -0500 Subject: [PATCH] release v0.26.2 --- .github/workflows/release_pyromod.yml | 2 +- ChangeLog | 4 ++++ mod.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_pyromod.yml b/.github/workflows/release_pyromod.yml index d7fa717..0154897 100644 --- a/.github/workflows/release_pyromod.yml +++ b/.github/workflows/release_pyromod.yml @@ -18,7 +18,7 @@ jobs: zip -r ${HOME}/${MOD_NAME}-${MOD_VERSION}.zip . -x .git\* mv ${HOME}/${MOD_NAME}*.zip $PWD cp ${MOD_NAME}-${MOD_VERSION}.zip ${MOD_NAME}-${MOD_VERSION}.pyromod - - name: Deploy PyroMod + - name: Release PyroMod uses: ncipollo/release-action@v1 with: allowUpdates: True diff --git a/ChangeLog b/ChangeLog index 1467040..95d6b57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-09-02 + + * release v0.26.2 + 2022-08-31 * Increase resistance and hp diff --git a/mod.json b/mod.json index 6d0a789..838afe5 100644 --- a/mod.json +++ b/mod.json @@ -1,12 +1,12 @@ { "name": "kush-extreme", - "version": "0.26.1999", + "version": "0.26.2", "label": "kush-extreme", "description": "Makes the Kushites very OP", "dependencies": [ "0ad=0.0.26" ], - "url": "https://github.com/0ad-matters/single-civ-extreme", + "url": "https://github.com/0ad-matters/kush-extreme", "author_name": "Andy Alt", "author_profile": "https://github.com/andy5995" }