Skip to content

Commit e866820

Browse files
authored
merge PR #177: Release version bump
2 parents fc56525 + 7211cdc commit e866820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SolutionAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818
[assembly: ComVisible(false)]
19-
[assembly: AssemblyVersion("1.3.0")]
20-
[assembly: AssemblyFileVersion("1.3.0")]
21-
[assembly: AssemblyInformationalVersion("1.3.0")]
19+
[assembly: AssemblyVersion("1.3.1")]
20+
[assembly: AssemblyFileVersion("1.3.1")]
21+
[assembly: AssemblyInformationalVersion("1.3.1")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.3.0.{build}'
1+
version: '1.3.1.{build}'
22

33
init:
44
- ps: |

0 commit comments

Comments
 (0)