diff --git a/manimce/manimce.nuspec b/manimce/manimce.nuspec index 357000f..d55808f 100644 --- a/manimce/manimce.nuspec +++ b/manimce/manimce.nuspec @@ -3,7 +3,7 @@ manimce - 0.14.0 + 0.15.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.14.0 + https://docs.manim.community/en/v0.15.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 fc74ce0..50c6f4d 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.14.0' +$version = '0.15.0' . $toolsPath\helper.ps1