From 1ef8557088a7777c783e51117dd5374669058852 Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Sun, 4 Aug 2019 21:22:47 -0500 Subject: [PATCH] dev version bump to 0.3.2 --- build.xml | 2 +- src/jexer/TApplication.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 8398701..92d488b 100644 --- a/build.xml +++ b/build.xml @@ -30,7 +30,7 @@ - + diff --git a/src/jexer/TApplication.java b/src/jexer/TApplication.java index 83dbd25..b44664e 100644 --- a/src/jexer/TApplication.java +++ b/src/jexer/TApplication.java @@ -1483,7 +1483,7 @@ public class TApplication implements Runnable { String version = getClass().getPackage().getImplementationVersion(); if (version == null) { // This is Java 9+, use a hardcoded string here. - version = "0.3.1"; + version = "0.3.2"; } messageBox(i18n.getString("aboutDialogTitle"), MessageFormat.format(i18n.getString("aboutDialogText"), version), -- 2.27.0