diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-01 11:11:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-01 11:11:44 -0500 |
commit | aeb72586fdd94219cb9ae11cfd9f162765a5bc51 (patch) | |
tree | 8cc4c01245119faf1885501f1a3fcb95c6314b5a /build | |
parent | d0885831c3698bcb353d76c147500b7ea1dfbc78 (diff) | |
download | SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.tar.gz SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.tar.bz2 SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.zip |
prepare for release
Diffstat (limited to 'build')
-rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index cfdcccca..8b0d1301 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.1.0</Version> + <Version>3.2.0</Version> <Product>SMAPI</Product> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |