Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Updated to a new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandyer committed May 13, 2019
1 parent 7d446d2 commit efa5ea8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
set (PKGDATADIR "${DATADIR}/vocal")
set (GETTEXT_PACKAGE "vocal")
set (RELEASE_NAME "Break a Leg")
set (VERSION "2.4.0")
set (VERSION "2.4.1")
set (VERSION_INFO "Release")
set (EXEC_NAME "com.github.needle-and-thread.vocal")
set (PREFIX ${CMAKE_INSTALL_PREFIX})
Expand Down
7 changes: 7 additions & 0 deletions data/com.github.needle-and-thread.vocal.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@


<releases>
<release version = "2.4.1" timestamp="1557775222">
<description>
<p>This is a small point release that includes a fix for the progress bar, which in version 2.4.0
had an issue where only the left half of the progress bar could be used for seeking.
</p>
</description>
</release>
<release version = "2.4" timestamp="1554918082">
<description>
<p>This release is packed to the gills with new features and stability enhancements!
Expand Down
4 changes: 2 additions & 2 deletions src/config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ namespace Constants {
public const string PKGDATADIR = "/usr/share/vocal";
public const string GETTEXT_PACKAGE = "vocal";
public const string RELEASE_NAME = "Break a Leg";
public const string VERSION = "2.4.0";
public const string VERSION = "2.4.1";
public const string VERSION_INFO = "Release";
public const string CACHE_DIR = "~/.cache/vocal";
public const string USER_AGENT = "vocal/2.4.0";
public const string USER_AGENT = "vocal/2.4.1";
}

0 comments on commit efa5ea8

Please sign in to comment.