diff --git a/CHANGELOG.md b/CHANGELOG.md index e84280e..766141f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## 2019-03-18 - 0.0.3 + +### Added + +- Add some html templates + ## 2019-03-18 - 0.0.2 ### Added diff --git a/main.go b/main.go index 74a40cb..4b30b37 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ const ( letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits ) const ( - appVersion = "0.0.1" + appVersion = "0.0.3" ) const indexPage = `