diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-02 22:47:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-02 22:47:42 -0500 |
commit | 1128451acf56cf479864047c0bb8bb18e232fa00 (patch) | |
tree | 141bc6b30760bf5745b7adb9ce60f0cf6c8fa720 /build | |
parent | abf5f274549fa25365e6633950b0c04f1b5daa91 (diff) | |
download | SMAPI-1128451acf56cf479864047c0bb8bb18e232fa00.tar.gz SMAPI-1128451acf56cf479864047c0bb8bb18e232fa00.tar.bz2 SMAPI-1128451acf56cf479864047c0bb8bb18e232fa00.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 10cdbe2c..e738bab0 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.0.0</Version> + <Version>3.0.1</Version> <Product>SMAPI</Product> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |