Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
I always forget.
  • Loading branch information
Mehni committed Jul 27, 2018
1 parent 056299d commit 0799e6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
Binary file modified Assemblies/MoreFactionInteraction.dll
Binary file not shown.
18 changes: 9 additions & 9 deletions MoreFactionInteraction/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle(title: "More Faction Interaction")]
[assembly: AssemblyDescription(description: "")]
[assembly: AssemblyTitle("More Faction Interaction")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration(configuration: "")]
[assembly: AssemblyCompany(company: "")]
[assembly: AssemblyProduct(product: "More Faction Interaction")]
[assembly: AssemblyCopyright(copyright: "Copyright © Mehni 2018")]
[assembly: AssemblyTrademark(trademark: "")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("More Faction Interaction")]
[assembly: AssemblyCopyright("Copyright © Mehni 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture(culture: "")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -19,7 +19,7 @@
[assembly: ComVisible(visibility: false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid(guid: "544b37cf-e9eb-4217-bd6e-b9e428d08a39")]
[assembly: Guid("544b37cf-e9eb-4217-bd6e-b9e428d08a39")]

// Version information for an assembly consists of the following four values:
//
Expand All @@ -31,5 +31,5 @@
// 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.*")]
[assembly: AssemblyVersion(version: "0.1.0.1")]
[assembly: AssemblyFileVersion(version: "0.1.0.1")]
[assembly: AssemblyVersion("0.1.0.2")]
[assembly: AssemblyFileVersion("0.1.0.2")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Adds more interaction with and between factions, bringing the world to life.
- Bumper crops
- Hunter's Lodge
- Pirate extortion
- Mystical Shaman
- Faction WAR

## Credits
Expand Down

0 comments on commit 0799e6f

Please sign in to comment.