Skip to content

Commit

Permalink
readme update for v0.6 release
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jeevatkm committed May 9, 2017
1 parent d8a4609 commit 27e9274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ahttp - aah framework
[![Build Status](https://travis-ci.org/go-aah/ahttp.svg?branch=master)](https://travis-ci.org/go-aah/ahttp) [![codecov](https://codecov.io/gh/go-aah/ahttp/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/ahttp/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/ahttp.v0)](https://goreportcard.com/report/aahframework.org/ahttp.v0) [![Version](https://img.shields.io/badge/version-0.5-blue.svg)](https://github.com/go-aah/ahttp/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/ahttp.v0?status.svg)](https://godoc.org/aahframework.org/ahttp.v0) [![License](https://img.shields.io/github/license/go-aah/ahttp.svg)](LICENSE)
[![Build Status](https://travis-ci.org/go-aah/ahttp.svg?branch=master)](https://travis-ci.org/go-aah/ahttp) [![codecov](https://codecov.io/gh/go-aah/ahttp/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/ahttp/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/ahttp.v0)](https://goreportcard.com/report/aahframework.org/ahttp.v0) [![Version](https://img.shields.io/badge/version-0.6-blue.svg)](https://github.com/go-aah/ahttp/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/ahttp.v0?status.svg)](https://godoc.org/aahframework.org/ahttp.v0) [![License](https://img.shields.io/github/license/go-aah/ahttp.svg)](LICENSE)

***v0.5 [released](https://github.com/go-aah/ahttp/releases/latest) and tagged on May 07, 2017***
***v0.6 [released](https://github.com/go-aah/ahttp/releases/latest) and tagged on May 08, 2017***

HTTP Library built to process, manipulate Request and Response (headers, body, gzip, etc).

Expand Down
2 changes: 1 addition & 1 deletion ahttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package ahttp
import "net/http"

// Version no. of aah framework ahttp library
const Version = "0.5"
const Version = "0.6"

// HTTP Method names
const (
Expand Down

0 comments on commit 27e9274

Please sign in to comment.