Skip to content

Commit

Permalink
version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Apr 27, 2018
1 parent f8bbef9 commit ff32449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# WebSocket Library by aah framework

[![Build Status](https://travis-ci.org/go-aah/ws.svg?branch=master)](https://travis-ci.org/go-aah/ws) [![codecov](https://codecov.io/gh/go-aah/ws/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/ws/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/ws.v0)](https://goreportcard.com/report/aahframework.org/ws.v0) [![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](https://github.com/go-aah/ws/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/ws.v0?status.svg)](https://godoc.org/aahframework.org/ws.v0) [![License](https://img.shields.io/github/license/go-aah/ws.svg)](LICENSE) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/aahframework)
[![Build Status](https://travis-ci.org/go-aah/ws.svg?branch=master)](https://travis-ci.org/go-aah/ws) [![codecov](https://codecov.io/gh/go-aah/ws/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/ws/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/ws.v0)](https://goreportcard.com/report/aahframework.org/ws.v0) [![Version](https://img.shields.io/badge/version-0.2.0-blue.svg)](https://github.com/go-aah/ws/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/ws.v0?status.svg)](https://godoc.org/aahframework.org/ws.v0) [![License](https://img.shields.io/github/license/go-aah/ws.svg)](LICENSE) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/aahframework)

***v0.1.0 [released](https://github.com/go-aah/ws/releases/latest) and tagged on TBD***
***v0.2.0 [released](https://github.com/go-aah/ws/releases/latest) and tagged on TBD***

It uses tiny, efficient WebSocket library `github.com/gobwas/ws`, RFC 6455 implementation.
aah ws RFC 6455 compliant; internally uses tiny, efficient [WebSocket library](http://github.com/gobwas/ws) developed by [Sergey Kamardin](https://github.com/gobwas).

# Installation

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package ws

// Version no. of WebSocket library by aah framework
const Version = "0.1.0"
const Version = "0.2.0"

0 comments on commit ff32449

Please sign in to comment.