Skip to content

Commit

Permalink
Republish
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Oct 13, 2019
1 parent 1cfca1f commit 0125c2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0125c2d

Please # to comment.