瀏覽代碼

Changing version number to reflect bug fix

pull/62/head v3.0.1
Chandrashekhar Mullaparthi 13 年之前
父節點
當前提交
b9675455cc
共有 3 個檔案被更改,包括 5 行新增2 行删除
  1. +3
    -0
      CHANGELOG
  2. +1
    -1
      README.md
  3. +1
    -1
      src/ibrowse.app.src

+ 3
- 0
CHANGELOG 查看文件

@ -1,5 +1,8 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
23-01-2012 - v3.0.1
* Fixed bug highlighted by Dialyzer
23-01-2012 - v3.0.0
* Change to the way pipelining works.
* Fixed various issues reported

+ 1
- 1
README.md 查看文件

@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
**Comments to:** chandrashekhar.mullaparthi@gmail.com
**Current Version:** 3.0.0
**Current Version:** 3.0.1
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git

+ 1
- 1
src/ibrowse.app.src 查看文件

@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "HTTP client application"},
{vsn, "3.0.0"},
{vsn, "3.0.1"},
{modules, [ ibrowse,
ibrowse_http_client,
ibrowse_app,

Loading…
取消
儲存