Skip to content

Commit

Permalink
version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 19, 2025
1 parent a0d1a0a commit 72778fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/appinfo/app_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package appinfo
const (
APP_NAME = "ayandict"
APP_DESC = "AyanDict"
VERSION = "v2.1.0"
VERSION = "v2.1.1"
)

const ABOUT = `AyanDict is simple dictionary application based on Qt and written in Go.
Expand All @@ -16,7 +16,7 @@ const AUTHORS = `Saeed Rasooli <[email protected]> (ilius)`

const LICENSE = `AyanDict - A simple dictionary application
Copyright © 2024 Saeed Rasooli
Copyright © 2025 Saeed Rasooli
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
Expand Down

0 comments on commit 72778fb

Please sign in to comment.