Skip to content

Commit 7ab3180

Browse files
author
Jia Wei Lee
authored
chore: bump version to 2.0.1 (#58)
* chore: bump version to 2.0.1 * chore: updated readme with demo
1 parent 1f2c027 commit 7ab3180

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

FyneApp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Website = "https://github.com/beebeeoii/lominus"
44
Icon = "./assets/app-icon.png"
55
Name = "Lominus"
66
ID = "com.beebeeoii.lominus"
7-
Version = "2.0.0"
8-
Build = 199
7+
Version = "2.0.1"
8+
Build = 200

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
</p>
44

55
<p align="center">
6-
<img src="https://img.shields.io/badge/Lominus-v2.0.0-blueviolet" />
6+
<img src="https://img.shields.io/badge/Lominus-v2.0.1-blueviolet" />
77
<img src="https://img.shields.io/github/downloads/beebeeoii/lominus/total" />
88
<img src="https://img.shields.io/github/go-mod/go-version/beebeeoii/lominus" />
99
<a href="https://pkg.go.dev/github.com/beebeeoii/lominus">
1010
<img src="https://pkg.go.dev/badge/github.com/beebeeoii/lominus.svg" alt="Go Reference">
1111
</a>
1212
</p>
1313

14+
![image](./screenshots/lominus-demo.gif)
15+
1416
# Table of Contents
1517

1618
1. [About](#about)

internal/lominus/lominus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package lominus
33

44
const APP_NAME = "Lominus"
55
const APP_ID = "com.lominus.beebeeoii"
6-
const APP_VERSION = "2.0.0"
6+
const APP_VERSION = "2.0.1"
77

88
const LOCK_FILE_NAME = "lominus.lock"
99

screenshots/lominus-demo.gif

1.5 MB
Loading

0 commit comments

Comments
 (0)