diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2019-12-10 21:59:19 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2019-12-10 21:59:26 +0100 |
commit | ae25dab70b0100df4df4aada20ceecb633372be9 (patch) | |
tree | 4459be138fa5743c1c84064ef59d889d12ad31e8 /build.gradle | |
parent | 16ee529be06429129c6aa43b0fb9b3e9af103a67 (diff) | |
download | idea_caseconv-ae25dab70b0100df4df4aada20ceecb633372be9.tar.gz idea_caseconv-ae25dab70b0100df4df4aada20ceecb633372be9.tar.bz2 idea_caseconv-ae25dab70b0100df4df4aada20ceecb633372be9.zip |
Add "Convert case" submenuv0.6.0
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.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 |