feat(ConEmu): release 13.9.13.0

This commit is contained in:
Iristyle
2013-09-16 10:49:22 -04:00
parent 53bef1dc8f
commit 6963ea910e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata> <metadata>
<id>ConEmu</id> <id>ConEmu</id>
<version>13.7.8.0</version> <version>13.9.13.0</version>
<authors>Maximus5</authors> <authors>Maximus5</authors>
<owners>Xavier Decoster, Ethan J. Brown</owners> <owners>Xavier Decoster, Ethan J. Brown</owners>
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl> <licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>

View File

@@ -1,5 +1,5 @@
$package = 'ConEmu' $package = 'ConEmu'
$version = '130708' $version = '130913'
try { try {