Skip to content

Commit 67dd19c

Browse files
author
SkyzohKey
committed
release(0.1.0): update version number
1 parent dd2fe3f commit 67dd19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ricin.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ public class Ricin.Ricin : Gtk.Application {
22
const string GETTEXT_PACKAGE = "ricin";
33
public static const string APP_NAME = "Ricin";
44
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.";
5-
public static const string APP_VERSION = "0.0.9";
5+
public static const string APP_VERSION = "0.1.0";
66
public static const string RES_BASE_PATH = "/chat/tox/ricin/";
77
public static const string ICON_PATH = RES_BASE_PATH + "images/icons/ricin.svg";
88

0 commit comments

Comments
 (0)