From 450d662e747604c633e4e851840e6805780f0634 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Thu, 24 Mar 2016 20:12:53 +0100 Subject: [PATCH] New version: beta-3 --- README.md | 2 +- src/be/nikiroo/jvcard/launcher/Main.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2be08d..0a0e5c2 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Small TUI (text mode) VCard manager (also supports abook files) - it can be used to edit your data (currently in RAW format, field by field) - it can save back to file - English and French versions available (will look for the host language, can be forced with "--lang en") +- remote synchronisation server (still in testing) ## TODO - customisation of VIEW_CONTACT - lot of other things - correct UI for new contact/new data/edit data-types -- remote synchronisation server since it was asked ## Screenshots diff --git a/src/be/nikiroo/jvcard/launcher/Main.java b/src/be/nikiroo/jvcard/launcher/Main.java index 06c55c6..c3187a0 100644 --- a/src/be/nikiroo/jvcard/launcher/Main.java +++ b/src/be/nikiroo/jvcard/launcher/Main.java @@ -28,7 +28,7 @@ import be.nikiroo.jvcard.resources.Trans.StringId; */ public class Main { static public final String APPLICATION_TITLE = "jVcard"; - static public final String APPLICATION_VERSION = "1.0-beta2-dev"; + static public final String APPLICATION_VERSION = "1.0-beta3"; static private final int ERR_NO_FILE = 1; static private final int ERR_SYNTAX = 2; @@ -160,7 +160,7 @@ public class Main { System.exit(ERR_SYNTAX); return; } - + i18nDir = args[index]; } else { filesTried = true; -- 2.27.0