diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e68be..a6bfcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# intellij-i18n Changelog +# easy-i18n Changelog ## [Unreleased] ### Added diff --git a/gradle.properties b/gradle.properties index a23e919..a5982fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ # IntelliJ Platform Artifacts Repositories # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html -pluginGroup = com.github.marhali.intelliji18n -pluginName = intellij-i18n +pluginGroup = com.github.marhali.easyi18n +pluginName = easy-i18n pluginVersion = 0.0.1 pluginSinceBuild = 202 pluginUntilBuild = 203.* @@ -19,4 +19,4 @@ platformPlugins = # Opt-out flag for bundling Kotlin standard library. # See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details. -kotlin.stdlib.default.dependency = false +kotlin.stdlib.default.dependency = false \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 08ebe22..39cb73d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1 +1 @@ -rootProject.name = "intellij-i18n" +rootProject.name = "easy-i18n" \ No newline at end of file