Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Dec 14, 2021
1 parent 9cc6b08 commit fb80ce7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.5 - 2021 Dec 14
- Fix incorrect disc total being shown

## 0.1.4 - 2021 Dec 13
- Update logo style
- Fix incorrect track total being shown
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Supported file formats:
```
cargo check --manifest-path src-tauri/Cargo.toml
```
4. Dispatch the GitHub Release workflow and wait
4. Commit with a tag in the format `v#.#.#`
5. Add release notes to the generated GitHub release and publish it
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mr-tagger"
version = "0.1.4"
version = "0.1.5"
description = "Spotlight alternative"
default-run = "mr-tagger"
edition = "2018"
Expand Down

0 comments on commit fb80ce7

Please sign in to comment.