diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-20 00:58:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-20 00:58:03 -0400 |
commit | 933e889c24e565d9028d3719ba2d65d512890564 (patch) | |
tree | cd02f439137bc1e9f67011bb0be7021e0b497dae /src/GlobalAssemblyInfo.cs | |
parent | 16281fb58944e7e829b184b014e27822c91c9f43 (diff) | |
parent | ca44c3f329f3a63e5cabad0b6838e24612bd0c49 (diff) | |
download | SMAPI-933e889c24e565d9028d3719ba2d65d512890564.tar.gz SMAPI-933e889c24e565d9028d3719ba2d65d512890564.tar.bz2 SMAPI-933e889c24e565d9028d3719ba2d65d512890564.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/GlobalAssemblyInfo.cs')
-rw-r--r-- | src/GlobalAssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GlobalAssemblyInfo.cs b/src/GlobalAssemblyInfo.cs index 06b99c67..93ff68ec 100644 --- a/src/GlobalAssemblyInfo.cs +++ b/src/GlobalAssemblyInfo.cs @@ -2,5 +2,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.12.0.0")] -[assembly: AssemblyFileVersion("1.12.0.0")]
\ No newline at end of file +[assembly: AssemblyVersion("1.13.1.0")] +[assembly: AssemblyFileVersion("1.13.1.0")]
\ No newline at end of file |