Skip to content

Commit 8d4a52c

Browse files
committed
🔖 Version 1.12.1
1 parent 933477f commit 8d4a52c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# gitmoji-intellij-plugin changelog
44

55
## [Unreleased]
6+
- Update to intellij 2023.1
67

78
## [1.12.0] - 2023-01-11
89
- Update gitmoji.json

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ pluginGroup = com.github.patou
55
pluginName = gitmoji-intellij-plugin
66
pluginRepositoryUrl = https://github.com/patou/gitmoji-intellij-plugin
77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.12.0
8+
pluginVersion = 1.12.1
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.
1212
pluginSinceBuild = 222
13-
pluginUntilBuild = 223.*
13+
pluginUntilBuild = 231.*
1414

1515
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616
platformType = IC
17-
platformVersion = 2022.3
17+
platformVersion = 2022.2
1818

1919
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2020
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)