From 352536bf639506ff17a29b8ba19a1053e9c9de5e Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 28 May 2024 09:11:43 +1200 Subject: [PATCH] chore: release 1.1.1 Fixes #144 --- .github/workflows/ci.yml | 2 +- src/katipo.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d49263..250b2a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}} strategy: matrix: - otp: ['24'] + otp: ['26'] rebar3: ['3.18.0'] steps: - uses: actions/checkout@v2 diff --git a/src/katipo.app.src b/src/katipo.app.src index cba59fc..0c33121 100644 --- a/src/katipo.app.src +++ b/src/katipo.app.src @@ -1,6 +1,6 @@ {application, 'katipo', [{description, "HTTP client based on libcurl"}, - {vsn, "1.1.0"}, + {vsn, "1.1.1"}, {registered, []}, {mod, {'katipo_app', []}}, {applications,