https://github.com/bludit/version
JSON response with latest version of Bludit
https://github.com/bludit/version
Last synced: about 1 month ago
JSON representation
JSON response with latest version of Bludit
- Host: GitHub
- URL: https://github.com/bludit/version
- Owner: bludit
- Created: 2017-08-03T12:34:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T08:20:36.000Z (8 months ago)
- Last Synced: 2025-01-21T01:11:36.462Z (3 months ago)
- Language: PHP
- Homepage: https://version.bludit.com
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Version
Latest version of Bludit in JSON format.https://version.bludit.com
## Command line
```
$ curl --silent https://version.bludit.com | jq
```output
```
{
"stable": {
"version": "3.0.0",
"codeName": "Hops",
"build": "20180921",
"releaseDate": "2018-09-21",
"downloadLink": "https://df6m0u2ovo2fu.cloudfront.net/builds/bludit-3-0-0.zip",
"downloadMirrorLink": "",
"changelogLink": "https://github.com/bludit/bludit/releases/tag/3.0.0",
"github": "https://github.com/bludit/bludit/releases/tag/3.0.0",
"blog": "https://blog.bludit.com/bludit-3-0-0"
},
"beta": {
"version": "",
"codeName": "",
"build": "",
"releaseDate": "",
"downloadLink": "",
"downloadMirrorLink": "",
"changelogLink": "",
"github": "",
"blog": ""
},
"alpha": {
"version": "",
"codeName": "",
"build": "",
"releaseDate": "",
"downloadLink": "",
"downloadMirrorLink": "",
"changelogLink": "",
"github": "",
"blog": ""
}
}
```