From f396d467a5a677f48bace7d5b8323f5f15bfbc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Ha=C3=9Flinger?= Date: Mon, 15 Mar 2021 09:13:22 +0100 Subject: [PATCH] Fix version & changelog --- CHANGELOG.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8a8ee..55fee12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # easy-i18n Changelog -## [Unreleased] - 2021-03-14 (release) +## [1.0.0] - 2021-15-03 (release) ### Added - Support for JSON and Resource-Bundle(Properties) based locale files - UI Tool Window with Table- and Tree-View representation diff --git a/gradle.properties b/gradle.properties index 5cd9938..1a9dcec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ # IntelliJ Platform Artifacts Repositories # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html -pluginGroup = com.github.marhali.easyi18n +pluginGroup = de.marhali.easyi18n pluginName = easy-i18n -pluginVersion = 1.0 +pluginVersion = 1.0.0 pluginSinceBuild = 202 pluginUntilBuild = 203.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl