Skip to content

Commit

Permalink
release(0.2.1): version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyzohKey committed Jul 2, 2016
1 parent 37149bb commit 6c87496
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.1.0";
public static const string APP_VERSION = "0.2.1";
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 6c87496

Please sign in to comment.