Skip to content

Commit

Permalink
Vsn 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Feb 22, 2022
1 parent aabd4fc commit 6d57d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ An HTTP/HTTP2 client library for Erlang built around libcurl-multi and libevent.

### Status

[![Build Status][travis_ci_image]][travis_ci]
![build status](https://github.com/puzza007/katipo/actions/workflows/ci.yml/badge.svg)
[![Hex pm](http://img.shields.io/hexpm/v/katipo.svg?style=flat)](https://hex.pm/packages/katipo)
[![Coverage Status](https://coveralls.io/repos/github/puzza007/katipo/badge.svg?branch=master)](https://coveralls.io/github/puzza007/katipo?branch=master)

### Usage

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.0.2"},
{vsn, "1.0.3"},
{registered, []},
{mod, {'katipo_app', []}},
{applications,
Expand Down

0 comments on commit 6d57d20

Please sign in to comment.