Skip to content

Commit

Permalink
build: 1.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneStepp committed Apr 20, 2023
1 parent 475386a commit 40e803c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Launcher for Linux, Windows, and Mac OS X

# Changes

1.2.9

Update game server certificates.

1.2.8

Just a quick fix for the in-game store with the 64-bit client on Windows.
Expand Down
2 changes: 1 addition & 1 deletion OneLauncher/Information.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Version should be in "number.number format with another .number added only if needed.
# "-Dev" should be added if it is not a release yet.
Version = "1.2.8"
Version = "1.2.9"
Description = "LOTRO/DDO Custom Launcher"

# Update checks only work with a repository hosted on Github.
Expand Down
2 changes: 1 addition & 1 deletion OneLauncher_InstallBuilder.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project>
<shortName>OneLauncher</shortName>
<fullName>OneLauncher</fullName>
<version>1.2.8</version>
<version>1.2.9</version>
<leftImage>${build_project_directory}/OneLauncherInstallerSideImage.png</leftImage>
<logoImage>${build_project_directory}/build/images/OneLauncherIcon.png</logoImage>
<componentList>
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "OneLauncher"
version = "1.2.8"
version = "1.2.9"
description = "The OneLauncher for LOTRO and DDO"
authors = ["June Stepp <contact@JuneStepp.me>"]
authors = ["June Stepp <contact@junestepp.me>"]
license = "GPL-3.0-or-later"
packages = [{include = "OneLauncher"}]

Expand Down

0 comments on commit 40e803c

Please sign in to comment.