Skip to content

Commit

Permalink
Version bump to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Feb 8, 2019
1 parent 17863e1 commit c1e8987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified src/Setup/Setup.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/SolutionAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.9.0")]
[assembly: AssemblyVersion("1.9.1")]
4 changes: 2 additions & 2 deletions src/Squirrel.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.9.0</version>
<version>1.9.1</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<dependency id="DeltaCompressionDotNet" version="[1.1,2.0)" />
<dependency id="Splat" version="1.6.2" />
<dependency id="Mono.Cecil" version="0.9.6.1" />
<dependency id="SharpCompress" version="0.17.1" />
<dependency id="SharpCompress" version="[0.17.1]" />
</dependencies>

<id>squirrel.windows</id>
Expand Down

0 comments on commit c1e8987

Please sign in to comment.