From 1e0e65c6163fd6026f79337c5a369a125bf99c32 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali <40599381+DawoudSheraz@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:49:11 +0500 Subject: [PATCH] chore: update aspects to v1.3.0 (#72) --- .github/workflows/deploy.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71c54c0..ec11db7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: $PIP install --upgrade --editable git+https://github.com/overhangio/tutor-android.git@$VERSION#egg=tutor-android $PIP install --upgrade --editable git+https://github.com/overhangio/tutor-jupyter.git@$VERSION#egg=tutor-jupyter $PIP install --upgrade --editable git+https://github.com/overhangio/tutor-webui.git@$VERSION#egg=tutor-webui - $PIP install --upgrade --editable git+https://github.com/openedx/tutor-contrib-aspects.git@v1.2.0#egg=tutor-contrib-aspects + $PIP install --upgrade --editable git+https://github.com/openedx/tutor-contrib-aspects.git@v1.3.0#egg=tutor-contrib-aspects $PIP install --upgrade --editable git+https://github.com/eduNEXT/tutor-contrib-codejail.git@$VERSION#egg=tutor-contrib-codejail " # Backup diff --git a/README.md b/README.md index 830e0b2..7ba9c17 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The following plugins are enabled on the demo platform: - tutor-android ([PR](https://github.com/overhangio/tutor-android/pull/28) by @muhammadali286 & @Abdul-Muqadim-Arbisoft) - The mobile apk can be downloaded from https://mobile.sumac.demo.edly.io/app.apk. - ~~tutor-cairn (TBA)~~ - - tutor-contrib-aspects ([v1.2.0](https://github.com/openedx/tutor-contrib-aspects/tree/v1.2.0)) + - tutor-contrib-aspects ([v1.3.0](https://github.com/openedx/tutor-contrib-aspects/tree/v1.3.0)) - aspects has been enabled in place of cairn for testing of certain Product features. - tutor-contrib-codejail ([PR](https://github.com/eduNEXT/tutor-contrib-codejail/pull/59) by @MoisesGSalas) - tutor-credentials ([PR](https://github.com/overhangio/tutor-credentials/pull/49) by @Faraz32123)