diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-24 12:19:57 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-24 12:19:57 -0500 |
commit | 614de95a8e6b51924c4020d0bb739780700aef97 (patch) | |
tree | 0b3baa3de6592d7fbaf7778ce2e6f1f8727b446c /src/GlobalAssemblyInfo.cs | |
parent | 3d1123837c4c61b6d91693a9cabf3ab8db88a32c (diff) | |
download | SMAPI-614de95a8e6b51924c4020d0bb739780700aef97.tar.gz SMAPI-614de95a8e6b51924c4020d0bb739780700aef97.tar.bz2 SMAPI-614de95a8e6b51924c4020d0bb739780700aef97.zip |
update for 1.2 release
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 8f022993..646d7488 100644 --- a/src/GlobalAssemblyInfo.cs +++ b/src/GlobalAssemblyInfo.cs @@ -2,5 +2,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")]
\ No newline at end of file +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]
\ No newline at end of file |