Skip to content

Commit 12d8497

Browse files
committed
chore: bump version to 1.3.0
1 parent 15aab62 commit 12d8497

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Update dependencies.
6+
- Change word order of comment about prompt setting.
47

58
## [1.2.1] - 2023-06-17
69

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
33
pluginName = AICommits
44
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion = 1.2.1
6+
pluginVersion = 1.3.0
77

88
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 231
@@ -32,4 +32,4 @@ kotlin.stdlib.default.dependency = false
3232
org.gradle.unsafe.configuration-cache = true
3333

3434
# Prevent OOM: https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#incremental-compilation
35-
kotlin.incremental.useClasspathSnapshot=false
35+
kotlin.incremental.useClasspathSnapshot=false

0 commit comments

Comments
 (0)