Skip to content

Commit

Permalink
spec version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbatte47 committed Jul 25, 2014
1 parent d46ff63 commit b47a54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions cmder.portable.1.1.3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>battecode.cmder.dev</id>
<version>1.1.3</version>
<version>1.1.3.1</version>
<title>Cmder w/ Tweaks by Batte</title>
<authors>Samuel Vasko</authors>
<owners>jbatte47</owners>
Expand All @@ -12,13 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout. Looking sexy from the start.</description>
<summary>Portable console emulator for Windows</summary>
<releaseNotes>* Added git prompt
* Spaces in path are now tolerated
* Home path is set correctly
* Much better aliases
* Changed powershell/cmd shortcut to shift + alt + #
* Vim path is now loaded
* Smarter aliases</releaseNotes>
<releaseNotes>Added missing libraries</releaseNotes>
<copyright>Copyright (c) 2013 Samuel Vasko</copyright>
<tags>portable console command-line terminal</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$packageName = 'battecode.cmder.dev'
$url = 'https://github.com/jbatte47/cmder.dev/releases/download/1.1.3-zeta/cmder.7z'
$url = 'https://github.com/jbatte47/cmder.dev/releases/download/1.1.3.1-zeta/cmder.7z'

try {
$installDir = "$(Join-Path $env:USERPROFILE AppData\Local\cmder)"
Expand Down

0 comments on commit b47a54a

Please sign in to comment.