Update name

This commit is contained in:
Marcel Haßlinger 2021-03-14 20:13:41 +01:00
parent 7fe4251b88
commit d90e2027fa
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com --> <!-- Keep a Changelog guide -> https://keepachangelog.com -->
# intellij-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### Added ### Added

View File

@ -1,8 +1,8 @@
# IntelliJ Platform Artifacts Repositories # IntelliJ Platform Artifacts Repositories
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = com.github.marhali.intelliji18n pluginGroup = com.github.marhali.easyi18n
pluginName = intellij-i18n pluginName = easy-i18n
pluginVersion = 0.0.1 pluginVersion = 0.0.1
pluginSinceBuild = 202 pluginSinceBuild = 202
pluginUntilBuild = 203.* pluginUntilBuild = 203.*
@ -19,4 +19,4 @@ platformPlugins =
# Opt-out flag for bundling Kotlin standard library. # Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details. # 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

View File

@ -1 +1 @@
rootProject.name = "intellij-i18n" rootProject.name = "easy-i18n"