Skip to content

Commit 55ff787

Browse files
authored
Merge pull request #131 from puzza007/1.0.3
Vsn 1.0.3
2 parents aabd4fc + 6d57d20 commit 55ff787

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ An HTTP/HTTP2 client library for Erlang built around libcurl-multi and libevent.
55

66
### Status
77

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

1211
### Usage
1312

src/katipo.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'katipo',
22
[{description, "HTTP client based on libcurl"},
3-
{vsn, "1.0.2"},
3+
{vsn, "1.0.3"},
44
{registered, []},
55
{mod, {'katipo_app', []}},
66
{applications,

0 commit comments

Comments
 (0)