Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KongMD-Steam committed Sep 15, 2019
1 parent 3fd579b commit 6a63b33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>QuestionableEthicsEnhanced</identifier>
<version>1.0.1</version>
<version>1.0.2</version>
<incompatibleWith>
<li>QuestionableEthics</li>
</incompatibleWith>
Expand Down
Binary file modified Assemblies/QuestionableEthicsEnhanced.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion QEE/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

// **AssemblyVersion will never be changed for this project, unless there's a complete overhaul that breaks things (I don't plan on that).**
// Communication will be made in advance, if that happens.
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

0 comments on commit 6a63b33

Please sign in to comment.