Skip to content

Commit 24c5c39

Browse files
authored
Merge pull request #3 from PixelmonPRO/develop
chore: release v1.1.0
2 parents c5d339d + 637e268 commit 24c5c39

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#### ✨ Ключевые возможности
1414

15-
* **Мульти-провайдер:** Поддержка Azul Zulu, Adoptium Temurin, Amazon Corretto, Oracle GraalVM и других.
15+
* **Мульти-провайдер:** Поддержка Azul Zulu, Adoptium Temurin, Amazon Corretto, BellSoft Liberica, Oracle GraalVM и других.
1616
* **Установка:** Поиск и установка нужной версии Java в несколько кликов.
1717
* **Переключение:** Мгновенное переключение активной версии `JAVA_HOME` для сессии или для всей системы.
1818
* **Обновление:** Автоматический поиск и установка минорных обновлений для установленных JDK.
@@ -62,7 +62,7 @@ set-java --clean-ide --force
6262

6363
#### ✨ Key Features
6464

65-
* **Multi-Provider Support:** Works with Azul Zulu, Adoptium Temurin, Amazon Corretto, Oracle GraalVM, and more.
65+
* **Multi-Provider Support:** Works with Azul Zulu, Adoptium Temurin, Amazon Corretto, BellSoft Liberica, Oracle GraalVM, and more.
6666
* **Installation:** Find and install the required Java version in just a few clicks.
6767
* **Version Switching:** Instantly switch the active `JAVA_HOME` for the current session or the entire system.
6868
* **Updates:** Automatically find and install minor updates for your installed JDKs.

src/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"enabled": true,
2727
"namePrefix": "amazon-corretto"
2828
},
29+
{
30+
"name": "BellSoft Liberica",
31+
"apiType": "Foojay",
32+
"apiUrl": "https://api.foojay.io/disco/v3.0/packages",
33+
"distributionName": "liberica",
34+
"enabled": true,
35+
"namePrefix": "liberica"
36+
},
2937
{
3038
"name": "Oracle GraalVM (for JDK 17+)",
3139
"apiType": "OracleDirectLink",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latestVersion": "1.0.1",
2+
"latestVersion": "1.1.0",
33
"downloadUrl": "https://github.com/PixelmonPRO/Java-Version-Manager/releases/latest/download/java-manager.zip"
44
}

0 commit comments

Comments
 (0)