Skip to content

Commit

Permalink
jenv: Add version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mauch committed Mar 24, 2022
1 parent 2029aab commit e17ef84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bucket/jenv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"description": "Change your current Java version with one line",
"homepage": "https://github.com/FelixSelter/JEnv-for-Windows",
"license": "Apache-2.0",
"url": "https://github.com/FelixSelter/JEnv-for-Windows/releases/download/v2.0.0/JEnv-for-Windows.v2.0.0.zip",
"hash": "40b276da83e48ba9ed310b79d0d1c396b7adeaad8ce108a17f31e9b6412d1c0a",
"bin": [
"jenv.bat",
"java.bat"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/FelixSelter/JEnv-for-Windows/releases/download/v$version/JEnv-for-Windows.v$version.zip"
}
}

0 comments on commit e17ef84

Please sign in to comment.