Skip to content

Commit 6db2602

Browse files
authored
Bump version (#296)
1 parent c7b1a28 commit 6db2602

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# GitLink Changelog
44

55
## Unreleased
6+
- Fix URL generation with custom protocols.
67

78
## 4.3.2 - 2023-03-08
89
- Update GitLab URL format (#284)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Plugin description -->
1111

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

1515
<!-- Plugin description end -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = uk.co.ben_gibson.git.link
55
pluginName = GitLink
66
# SemVer format -> https://semver.org
7-
pluginVersion = 4.3.2
7+
pluginVersion = 4.3.3
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

src/main/kotlin/uk/co/ben_gibson/git/link/GitLinkBundle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.net.URL
1414
private const val BUNDLE = "messages.MyBundle"
1515

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

1919
@Suppress("SpreadOperator")
2020
@JvmStatic

0 commit comments

Comments
 (0)