From ae25dab70b0100df4df4aada20ceecb633372be9 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 10 Dec 2019 21:59:19 +0100 Subject: Add "Convert case" submenu Organize the menu items neatly in a new submenu instead of cluttering up the main edit menu. This also fixes the order of the menu items. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 7785693..ac1f8cb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'me.laria.code' -version '0.5.2' +version '0.6.0' sourceCompatibility = 1.8 -- cgit v1.2.3-54-g00ecf