Skip to content

Commit

Permalink
chore: bump version to 2.0.1 (#58)
Browse files Browse the repository at this point in the history
* chore: bump version to 2.0.1

* chore: updated readme with demo
  • Loading branch information
Jia Wei Lee authored Aug 5, 2022
1 parent 1f2c027 commit 7ab3180
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Website = "https://github.com/beebeeoii/lominus"
Icon = "./assets/app-icon.png"
Name = "Lominus"
ID = "com.beebeeoii.lominus"
Version = "2.0.0"
Build = 199
Version = "2.0.1"
Build = 200
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/Lominus-v2.0.0-blueviolet" />
<img src="https://img.shields.io/badge/Lominus-v2.0.1-blueviolet" />
<img src="https://img.shields.io/github/downloads/beebeeoii/lominus/total" />
<img src="https://img.shields.io/github/go-mod/go-version/beebeeoii/lominus" />
<a href="https://pkg.go.dev/github.com/beebeeoii/lominus">
<img src="https://pkg.go.dev/badge/github.com/beebeeoii/lominus.svg" alt="Go Reference">
</a>
</p>

![image](./screenshots/lominus-demo.gif)

# Table of Contents

1. [About](#about)
Expand Down
2 changes: 1 addition & 1 deletion internal/lominus/lominus.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package lominus

const APP_NAME = "Lominus"
const APP_ID = "com.lominus.beebeeoii"
const APP_VERSION = "2.0.0"
const APP_VERSION = "2.0.1"

const LOCK_FILE_NAME = "lominus.lock"

Expand Down
Binary file added screenshots/lominus-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ab3180

Please sign in to comment.