Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
- `:restart` fixed on POSIX systems
- `:nativeupdate` fixed on Linux and Windows
- Support for (as-yet unreleased) `:saveas --overwrite` in Tridactyl
  • Loading branch information
bovine3dom committed Feb 28, 2021
1 parent c8bed28 commit 207fb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release Asset (ARM)
id: upload-release-asset
id: upload-release-asset-arm
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/native_main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import tempfile
when defined(windows):
import windows_restart

const VERSION = "0.3.1"
const VERSION = "0.3.2"

type
MessageRecv* = object
Expand Down

0 comments on commit 207fb42

Please sign in to comment.