From 4923932454a0850edb2f1fb71c9bffff343f457f Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 7 Sep 2022 19:35:40 +0700 Subject: [PATCH] bump version to 0.1.6 --- .github/workflows/ci.yml | 1 - noise.nimble | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cddf98b..f6e231e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: brew install openssl@1.1 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' diff --git a/noise.nimble b/noise.nimble index fb5c666..f6bcfd3 100644 --- a/noise.nimble +++ b/noise.nimble @@ -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"