Skip to content

Commit

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

### Binaries

Current version: v0.76.15.
Current version: v0.76.16.

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

Expand Down Expand Up @@ -153,10 +153,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.76.15/isle-editor-0.76.15.dmg
[linux-appimage]: https://github.com/isle-project/isle-editor/releases/download/v0.76.15/isle-editor-0.76.15-x86_64.AppImage
[linux-deb]: https://github.com/isle-project/isle-editor/releases/download/v0.76.15/isle-editor-0.76.15-amd64.deb
[windows]: https://github.com/isle-project/isle-editor/releases/download/v0.76.15/isle-editor-Setup-0.76.15.exe
[macOS]: https://github.com/isle-project/isle-editor/releases/download/v0.76.16/isle-editor-0.76.16.dmg
[linux-appimage]: https://github.com/isle-project/isle-editor/releases/download/v0.76.16/isle-editor-0.76.16-x86_64.AppImage
[linux-deb]: https://github.com/isle-project/isle-editor/releases/download/v0.76.16/isle-editor-0.76.16-amd64.deb
[windows]: https://github.com/isle-project/isle-editor/releases/download/v0.76.16/isle-editor-Setup-0.76.16.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.76.15</div>
<div class="splashscreen-version ">version 0.76.16</div>
<div class="splashscreen-ring"><div></div><div></div><div></div><div></div></div>
</body>
</html>
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.76.16-alpha.0",
"version": "0.76.16",
"description": "Editor for Integrated Statistics Learning Environment (ISLE) lessons.",
"keywords": [
"concepts",
Expand Down

0 comments on commit b2c5699

Please sign in to comment.