Skip to content

Commit

Permalink
Bump version (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-gibson authored Jun 18, 2023
1 parent c7b1a28 commit 6db2602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# GitLink Changelog

## Unreleased
- Fix URL generation with custom protocols.

## 4.3.2 - 2023-03-08
- Update GitLab URL format (#284)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Plugin description -->

A Jetbrains [plugin](https://plugins.jetbrains.com/plugin/8183-gitlink) providing shortcuts to open or copy a file, directory or commit in `GitHub`, `Bitbucket`,
A [Jetbrains plugin](https://plugins.jetbrains.com/plugin/8183-gitlink) providing shortcuts to open or copy a file, directory or commit in `GitHub`, `Bitbucket`,
`GitLab`, `Gitee` `Gitea`, `Gogs`, `Azure` or `Gerrit`. Custom hosts can also be configured using the URL template syntax.

<!-- Plugin description end -->
Expand Down
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 = uk.co.ben_gibson.git.link
pluginName = GitLink
# SemVer format -> https://semver.org
pluginVersion = 4.3.2
pluginVersion = 4.3.3

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/uk/co/ben_gibson/git/link/GitLinkBundle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.net.URL
private const val BUNDLE = "messages.MyBundle"

object GitLinkBundle : DynamicBundle(BUNDLE) {
public val URL_BUG_REPORT = URL("https://github.com/ben-gibson/GitLink/issues")
val URL_BUG_REPORT = URL("https://github.com/ben-gibson/GitLink/issues")

@Suppress("SpreadOperator")
@JvmStatic
Expand Down

0 comments on commit 6db2602

Please sign in to comment.