From 0125c2d17689426f54abb9ce5e0d8608a6fe2020 Mon Sep 17 00:00:00 2001 From: Jukka Svahn Date: Sun, 13 Oct 2019 03:36:29 +0300 Subject: [PATCH] Republish --- .github/workflows/release.yml | 4 ++-- README.textile | 4 ++++ manifest.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b1551d..68a2838 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: prerelease: false - name: Upload Compressed Plugin Installer - uses: actions/upload-release-asset@v1.0.0 + uses: actions/upload-release-asset@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -41,7 +41,7 @@ jobs: asset_content_type: text/plain - name: Upload Uncompressed Plugin Installer - uses: actions/upload-release-asset@v1.0.0 + uses: actions/upload-release-asset@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/README.textile b/README.textile index df87a44..b546389 100644 --- a/README.textile +++ b/README.textile @@ -21,6 +21,10 @@ h2. Requirements h2. Changelog +h3. Version 0.4.3 - 2019/10/13 + +* Re-publish. + h3. Version 0.4.2 - 2019/10/13 * Re-publish and add download links to the README. diff --git a/manifest.json b/manifest.json index 2b302ef..3daa607 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "rah_flat", "description": "Edit templates as flat files", - "version": "0.4.2", + "version": "0.4.3", "type": 1, "author": "Jukka Svahn", "author_uri": "https://github.com/gocom/rah_flat",