diff --git a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec index 77e1b10..be456d7 100644 --- a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec +++ b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec @@ -3,7 +3,7 @@ EthanBrown.SublimeText2.EditorPackages Sublime Text 2 - Editor Enhancing Packages - 0.1.1 + 0.2.0 Various Ethan Brown A number of packages helpful for increased editor productivity. @@ -94,7 +94,7 @@ * Use a local package cache to prevent first-time package restore / load errors - + diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index be15821..a7aee0e 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -29,7 +29,7 @@ try { $packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache' Install-SublimePackagesFromCache -Directory $packageCache - Install-SublimePackageControl + Install-SublimePackageControl -PreRelease $packageControl = Join-Path $current 'Package Control.sublime-settings' Merge-PackageControlSettings -FilePath $packageControl