Skip to content

Commit

Permalink
Update readme, mix, and changelog for 0.1.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Feb 20, 2017
1 parent 0ffe266 commit 0e98dd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## 0.1.6

* Improved interface style.
* Improved documentation.
* Fixed assets over HTTPS.
* Fixed overactive keep-alive.
* Fixed url redirect.
* Fixed disconnect/reconnect of websocket.


## 0.1.5

Expand Down Expand Up @@ -35,7 +41,7 @@

## 0.1.1

* Code cleanup and general Fixedes.
* Code cleanup and general fixes.


## 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

Web based metrics, monitoring, and observer.

<a href="http://imgur.com/a/IqO6O" target="_blank"><img src="http://i.imgur.com/BkwHIpv.gif" alt="Click to see more images." width="210" height="250" /></a>
<a href="http://imgur.com/a/44TR5" target="_blank"><img src="http://i.imgur.com/9rybvU2.gif" alt="Click to see more images." width="210" height="250" /></a>

[_Click to view images_](http://imgur.com/a/IqO6O)
[_Click to view images_](http://imgur.com/a/44TR5)

**Functionality:**

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Wobserver.Mixfile do
def project do
[
app: :wobserver,
version: "0.1.5",
version: "0.1.6",
elixir: "~> 1.4",
description: "Web based metrics, monitoring, and observer.",
package: package(),
Expand Down

0 comments on commit 0e98dd2

Please sign in to comment.