From 7cec37183d6dc45b3440e6f7fee9c17ebbf6e8ae Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 1 Jun 2021 16:05:53 +0000 Subject: [PATCH] AU: 1 updated - manimce [skip ci] https://gist.github.com/64dce37e90a24ba0020575871cbb2b2f/e949978eeec25a303b5b7929aabfcebdf7b22d5e --- manimce/manimce.nuspec | 4 ++-- manimce/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manimce/manimce.nuspec b/manimce/manimce.nuspec index 2013321..334c9e9 100644 --- a/manimce/manimce.nuspec +++ b/manimce/manimce.nuspec @@ -3,7 +3,7 @@ manimce - 0.6.0.20210529 + 0.7.0 https://github.com/naveen521kk/au-packages/tree/master/manimce naveen521kk Manim Install @@ -14,7 +14,7 @@ https://github.com/ManimCommunity/manim/blob/master/LICENSE.community true https://github.com/ManimCommunity/manim - https://docs.manim.community/en/v0.6.0 + https://docs.manim.community/en/v0.7.0 https://github.com/ManimCommunity/manim/issues manim python animation math A community-maintained Python framework for creating mathematical animations. diff --git a/manimce/tools/chocolateyinstall.ps1 b/manimce/tools/chocolateyinstall.ps1 index 0226702..9b3c3cd 100644 --- a/manimce/tools/chocolateyinstall.ps1 +++ b/manimce/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ $InstallLocation = Get-ToolsLocation $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$version = '0.6.0' +$version = '0.7.0' . $toolsPath\helper.ps1