From f27f45b0fa07de411eaa0ed2ed319674322c2ef3 Mon Sep 17 00:00:00 2001 From: Planeshifter Date: Fri, 7 May 2021 16:06:41 -0400 Subject: [PATCH] 0.75.5 --- README.md | 10 +++++----- app/splashscreen.html | 2 +- docusaurus/website/docs/overview/install.md | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9a91f3a5f8b..23245877e83 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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 diff --git a/app/splashscreen.html b/app/splashscreen.html index be2aa69824e..dba123ea2e0 100644 --- a/app/splashscreen.html +++ b/app/splashscreen.html @@ -85,7 +85,7 @@
Editor
-
version 0.75.4
+
version 0.75.5
diff --git a/docusaurus/website/docs/overview/install.md b/docusaurus/website/docs/overview/install.md index 8390747c0d9..eabf2593059 100644 --- a/docusaurus/website/docs/overview/install.md +++ b/docusaurus/website/docs/overview/install.md @@ -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] @@ -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 diff --git a/package-lock.json b/package-lock.json index b373eaefee3..038fbc93f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "isle-editor", - "version": "0.75.4", + "version": "0.75.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.75.4", + "version": "0.75.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index bdd2ad92451..1b44926c349 100644 --- a/package.json +++ b/package.json @@ -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",