Skip to content

Commit

Permalink
0.75.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed May 7, 2021
1 parent bfc763a commit f27f45b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A desktop-application that can be used to author and preview *integrated statist

### Binaries

Current version: v0.75.4.
Current version: v0.75.5.

[Download the isle-editor for Windows (.exe)][windows]

Expand Down Expand Up @@ -159,10 +159,10 @@ The following icons are used under a Creative Commons CCBY license.
[node-js]: https://nodejs.org/en/
[node-gyp]: https://github.com/nodejs/node-gyp#installation

[macOS]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-0.75.4.dmg
[linux-appimage]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-0.75.4-x86_64.AppImage
[linux-deb]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-0.75.4-amd64.deb
[windows]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-Setup-0.75.4.exe
[macOS]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-0.75.5.dmg
[linux-appimage]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-0.75.5-x86_64.AppImage
[linux-deb]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-0.75.5-amd64.deb
[windows]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-Setup-0.75.5.exe

[license-image]: https://img.shields.io/badge/license-Apache2-blue.svg
[license-url]: https://raw.githubusercontent.com/isle-project/isle-editor/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion app/splashscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<body>
<img class="splashscreen-image" src="./splashscreen_logo.svg" />
<div class="splashscreen-title ">Editor</div>
<div class="splashscreen-version ">version 0.75.4</div>
<div class="splashscreen-version ">version 0.75.5</div>
<div class="splashscreen-ring"><div></div><div></div><div></div><div></div></div>
</body>
</html>
10 changes: 5 additions & 5 deletions docusaurus/website/docs/overview/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You may either download prebuilt binaries of the ISLE editor or built it yoursel

## Binaries

Current version: _v0.75.4_.
Current version: _v0.75.5_.

[Download the isle-editor for Windows (.exe)][windows]

Expand Down Expand Up @@ -98,7 +98,7 @@ $ npm run test -- -t "name-of-spec"
[jest]: https://jestjs.io
[node-js]: https://nodejs.org/en/

[macOS]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-0.75.4.dmg
[linux-appimage]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-0.75.4-x86_64.AppImage
[linux-deb]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-0.75.4-amd64.deb
[windows]: https://github.com/isle-project/isle-editor/releases/download/v0.75.4/isle-editor-Setup-0.75.4.exe
[macOS]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-0.75.5.dmg
[linux-appimage]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-0.75.5-x86_64.AppImage
[linux-deb]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-0.75.5-amd64.deb
[windows]: https://github.com/isle-project/isle-editor/releases/download/v0.75.5/isle-editor-Setup-0.75.5.exe
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isle-editor",
"version": "0.75.4",
"version": "0.75.5",
"description": "Editor for Integrated Statistics Learning Environment (ISLE) lessons.",
"keywords": [
"concepts",
Expand Down

0 comments on commit f27f45b

Please sign in to comment.