cointop 1.3.2

pull/42/head 1.3.2
Miguel Mota 5 years ago
parent 29283b7d8e
commit bedbda8e00
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.2] - 2019-06-30
### Added
- Toggle table fullscreen shortcut and hide view flags
## [1.3.1] - 2019-06-26
### Added
- Show only table option

@ -1,7 +1,7 @@
package cointop
// TODO: make dynamic based on git tag
const version = "1.3.1"
const version = "1.3.2"
func (ct *Cointop) version() string {
return version

Loading…
Cancel
Save