Skip to content

Commit 353da89

Browse files
authored
chore(release): prepare v1.5.1 (#105)
1 parent 062dd49 commit 353da89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v4
3333
with:
3434
distribution: zulu
35-
java-version: 17
35+
java-version: 21
3636

3737
- name: Setup Gradle
3838
uses: gradle/actions/setup-gradle@v3

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ pluginGroup=com.github.biomejs.intellijbiome
33
pluginName=Biome
44
pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
55
# SemVer format -> https://semver.org
6-
pluginVersion=1.5.0
6+
pluginVersion=1.5.1
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9-
pluginSinceBuild = 241
9+
pluginSinceBuild = 243
1010
pluginUntilBuild = 243.*
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

0 commit comments

Comments
 (0)