Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-pie committed Apr 7, 2019
1 parent b54a9b2 commit 50dabd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GameData/CommunityTraitIcons/CommunityTraitIcons.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"VERSION":{
"MAJOR":1,
"MINOR":0,
"PATCH":2,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]

[assembly: AssemblyVersion ("1.0.2.0")]
[assembly: KSPAssembly("CommunityTraitIcons", 1, 0)]
[assembly: AssemblyVersion ("1.1.0.0")]
[assembly: KSPAssembly("CommunityTraitIcons", 1, 1, 0)]

0 comments on commit 50dabd7

Please sign in to comment.