2 Commits
0.8.0 ... 0.8.1

Author SHA1 Message Date
Roman Vynar
7151e7b269 Add favicon 2019-02-20 10:22:52 +02:00
Roman Vynar
4b6870cc35 Add favicon 2019-02-20 10:19:57 +02:00
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Changelog
### 0.8.1 (2019-02-20)
* Add favicon.
### 0.8.0 (2019-02-19)
* Use go 1.11.5, alpine 3.9, echo 3.3.10.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,3 +1,3 @@
package main
const version = "0.8.0"
const version = "0.8.1"