Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Aug 19, 2023
1 parent 80659f8 commit 94507c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# CHANGELOG

### 0.4.7 (2023-08-19)

* Add dark mode
* Add bulk transaction editor
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version information",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Version:", "0.4.6")
fmt.Println("Version:", "0.4.7")
},
}

Expand Down
2 changes: 1 addition & 1 deletion src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ span.progress-percent {
position: absolute;
top: 0;
margin-right: 5px;
margin-top: 2px;
margin-top: 1px;
color: $white;
}

Expand Down

0 comments on commit 94507c2

Please sign in to comment.