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,