Skip to content

Commit

Permalink
release(0.2.9): update version number for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyzohKey committed Nov 14, 2016
1 parent abc90ac commit 8b5c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ricin.vala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ public class Ricin.Ricin : Gtk.Application {
const string GETTEXT_PACKAGE = "ricin";
public static const string APP_NAME = "Ricin";
public static const string APP_SUMMARY = "<b>Ricin</b> aims to be a <i>secure, lightweight, hackable and fully-customizable</i> chat client using the awesome and open-source <b>ToxCore</b> library.";
public static const string APP_VERSION = "0.2.8";
public static const string APP_VERSION = "0.2.9";
public static const string RES_BASE_PATH = "/chat/tox/ricin/";
public static const string ICON_PATH = RES_BASE_PATH + "images/icons/ricin.svg";

Expand Down

0 comments on commit 8b5c9ca

Please sign in to comment.