Skip to content

Commit

Permalink
chore: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarc committed Nov 11, 2023
1 parent 15aab62 commit 12d8497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]
### Changed
- Update dependencies.
- Change word order of comment about prompt setting.

## [1.2.1] - 2023-06-17

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
pluginName = AICommits
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.2.1
pluginVersion = 1.3.0

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

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

0 comments on commit 12d8497

Please sign in to comment.