Skip to content

Commit

Permalink
chore: release 1.1.1
Browse files Browse the repository at this point in the history
Fixes #144
  • Loading branch information
puzza007 committed May 27, 2024
1 parent 4b897a0 commit 352536b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/katipo.app.src
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 352536b

Please sign in to comment.