From 66aa148291d8b0b9a5528920ea809c9b15431528 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 9 Mar 2022 08:06:01 +0000 Subject: [PATCH] AU: 1 updated - manimce [skip ci] https://gist.github.com/64dce37e90a24ba0020575871cbb2b2f/7590cfa1cabcf5ce68f08323b43ca41ec44c29c6 --- 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 d55808f..bcb7375 100644 --- a/manimce/manimce.nuspec +++ b/manimce/manimce.nuspec @@ -3,7 +3,7 @@ manimce - 0.15.0 + 0.15.1 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.15.0 + https://docs.manim.community/en/v0.15.1 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 50c6f4d..d4e12c2 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.15.0' +$version = '0.15.1' . $toolsPath\helper.ps1