Skip to content

Commit

Permalink
fix typo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
itishermann committed Jun 26, 2024
1 parent 8650db0 commit 64317eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = me.itishermann.ollamacommitsummarizer
pluginName = ollama-commit-summarizer
pluginRepositoryUrl = https://github.com/itishermann/ollama-commit-summarizer
# SemVer format -> https://semver.org
pluginVersion = 0.0.4
pluginVersion = 0.0.5

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OllamaSettingsComponent {
<p>The following variables are available for use in the prompt:</p>
<ul>
<li>{{gitDiff}}: The git diff of the changes</li>
<li>{{commitMessage}}: The commit message</li>
<li>{{fileCount}}: The number of files changed</li>
</ul>
""".trimIndent())
.createPanel()
Expand Down

0 comments on commit 64317eb

Please sign in to comment.