We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898235c commit e9d1757Copy full SHA for e9d1757
2 files changed
CHANGELOG.md
@@ -7,8 +7,6 @@
7
### Added
8
9
### Changed
10
-- Update kotlin to v1.9.21
11
-- Update compatibility for IDEA 2021.3 - 2023.3
12
13
### Deprecated
14
@@ -18,6 +16,12 @@
18
16
19
17
### Security
20
+## 2023.1.0 - 2023-12-06
+
21
+### Changed
22
+- Update kotlin to v1.9.21
23
+- Update compatibility for IDEA 2021.3 - 2023.3
24
25
## 2022.1.2 - 2022-12-06
26
27
gradle.properties
@@ -3,7 +3,7 @@
3
pluginGroup = com.github.developerutils.kotlin-function-arguments-helper
4
pluginName = Kotlin Function Arguments Helper
5
# SemVer format -> https://semver.org
6
-pluginVersion = 2022.1.2
+pluginVersion = 2023.1.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 213
0 commit comments