Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 2, 2024
1 parent 63e17f9 commit a5ead1b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Quelea/changelogs/changelog-2024.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
quelea (2024.1) stable


* Various minor bugfixes
2 changes: 1 addition & 1 deletion Quelea/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
queleaversion=2024.0
queleaversion=2024.1
distdir=dist
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
*/
public final class QueleaProperties extends SortedProperties {

public static final Version VERSION = new Version("2024.0", VersionType.RELEASE);
public static final Version VERSION = new Version("2024.1", VersionType.CI);
private static QueleaProperties INSTANCE;
private String userHome;

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

**Are you here to download the latest version? Great! You want one of these:**

[**2022.0 - Windows x64**](https://github.com/quelea-projection/Quelea/releases/download/v2022.0/quelea-2022.0-x64-windows-install.exe)
[**2024.0 - Windows x64**](https://github.com/quelea-projection/Quelea/releases/download/v2024.0/quelea-2024.0-x64-windows-install.exe)

[**2022.0 - Cross platform (requires Java)**](https://github.com/quelea-projection/Quelea/releases/download/v2022.0/quelea-2022.0-crossplatform-install.jar)
[**2024.0 - Cross platform (requires Java)**](https://github.com/quelea-projection/Quelea/releases/download/v2024.0/quelea-2024.0-crossplatform-install.jar)

[**2022.0 - Mac**](https://github.com/quelea-projection/Quelea/releases/download/v2022.0/quelea-2022.0-mac.zip)
[**2024.0 - Mac**](https://github.com/quelea-projection/Quelea/releases/download/v2024.0/quelea-2024.0-mac.zip)

[**2022.0 - Linux**](https://snapcraft.io/quelea)<br>
[**2024.0 - Linux**](https://snapcraft.io/quelea)<br>
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/quelea)

**Problems or suggestions? [Head over to our forum and feel free to ask away](https://quelea.discourse.group/). We don't bite!**
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quelea
version: '2024.0'
version: '2024.1'
base: core18
summary: Church projection
description: |
Expand Down

0 comments on commit a5ead1b

Please sign in to comment.