Skip to content

Commit c1e8987

Browse files
committed
Version bump to 1.9.1
1 parent 17863e1 commit c1e8987

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Setup/Setup.rc

0 Bytes
Binary file not shown.

src/SolutionAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
2727

28-
[assembly: AssemblyVersion("1.9.0")]
28+
[assembly: AssemblyVersion("1.9.1")]

src/Squirrel.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<version>1.9.0</version>
4+
<version>1.9.1</version>
55
<authors>GitHub</authors>
66
<owners>Paul Betts</owners>
77
<licenseUrl>https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl>
@@ -12,7 +12,7 @@
1212
<dependency id="DeltaCompressionDotNet" version="[1.1,2.0)" />
1313
<dependency id="Splat" version="1.6.2" />
1414
<dependency id="Mono.Cecil" version="0.9.6.1" />
15-
<dependency id="SharpCompress" version="0.17.1" />
15+
<dependency id="SharpCompress" version="[0.17.1]" />
1616
</dependencies>
1717

1818
<id>squirrel.windows</id>

0 commit comments

Comments
 (0)