Bump up version

This commit is contained in:
Paulo Gustavo Veiga 2022-01-03 16:06:18 -08:00
parent 628d819325
commit 6b97736d59

View File

@ -29,11 +29,11 @@
<mkdir dir="target/wisemapping-mindplot"/> <mkdir dir="target/wisemapping-mindplot"/>
<exec executable="npm" dir="target"> <exec executable="npm" dir="target">
<arg value="pack"/> <arg value="pack"/>
<arg value="@wisemapping/mindplot@0.4.8"/> <arg value="@wisemapping/mindplot@0.4.9"/>
</exec> </exec>
<exec executable="tar" dir="target"> <exec executable="tar" dir="target">
<arg value="-xvzf"/> <arg value="-xvzf"/>
<arg value="wisemapping-mindplot-0.4.8.tgz"/> <arg value="wisemapping-mindplot-0.4.9.tgz"/>
<arg value="-C"/> <arg value="-C"/>
<arg value="wisemapping-mindplot"/> <arg value="wisemapping-mindplot"/>
</exec> </exec>