Skip to content

Commit

Permalink
bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Sep 7, 2022
1 parent 23ddd2b commit 4923932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
brew install [email protected]
ln -s /usr/local/opt/openssl/lib/libcrypto.1.1.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.1.dylib /usr/local/lib/
echo '/usr/local/opt/openssl@3/bin' >> $GITHUB_PATH
- name: Install build dependencies (Linux i386)
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
Expand Down
2 changes: 1 addition & 1 deletion noise.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# packageName = "noise"
version = "0.1.5"
version = "0.1.6"
author = "Andri Lim"
description = "noise is a Nim implementation of linenoise"
license = "MIT"
Expand Down

0 comments on commit 4923932

Please sign in to comment.