diff --git a/manimce/manimce.nuspec b/manimce/manimce.nuspec index 3f4dc1c..26e53a4 100644 --- a/manimce/manimce.nuspec +++ b/manimce/manimce.nuspec @@ -3,7 +3,7 @@ manimce - 0.7.0.20210622 + 0.8.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.7.0 + https://docs.manim.community/en/v0.8.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 4bead06..7f31673 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.7.0' +$version = '0.8.0' . $toolsPath\helper.ps1