Skip to content

Commit 6668d9c

Browse files
Merge pull request #66 from SakuraMathcraft/tauri-client
fix: bump updater local version to v2.3
2 parents cd48bce + ff9954e commit 6668d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_ETAG_PATH = os.path.join(os.path.dirname(__file__), ".release_etag_cache.json")
2323
_API_RELEASES = "https://api.github.com/repos/SakuraMathcraft/LaTeXSnipper/releases"
2424
_UPDATE_DIALOG: Optional[QDialog] = None
25-
__version__ = "v2.2.1"
25+
__version__ = "v2.3"
2626

2727
PRIMARY_URL = "https://raw.githubusercontent.com/SakuraMathcraft/LaTeXSnipper/main/version.json"
2828
MIRROR_URLS = [

0 commit comments

Comments
 (0)