Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Add changelog for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jun 18, 2020
1 parent f1addb3 commit 09dea03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.7.1 - Fixes for the fifth beta
- Fix some spelling mistakes.

## 0.7.0 - Fifth beta

- Big refraction of the gui code.
Expand Down
2 changes: 1 addition & 1 deletion internal/gui/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fyne.io/fyne/widget"
)

const version string = "v0.7.0"
const version string = "v0.7.1"

// AboutView displays the logo and a version link for application information.
func aboutView() fyne.CanvasObject {
Expand Down

0 comments on commit 09dea03

Please sign in to comment.